1
Reply

Easy problem...help anyone?

scott 0

scott 0

Sep 19 2004 3:16 PM
2k
Help from anyone appreciated... I create a new Access DB using ADOX.CatalogClass, and then add tables to that DB via a Command object and "CREATE TABLE"... After creating several different tables, I want to define the relatsionships between the tables. What is the best way to do this and how? How do you load an entire DB of empty tables into a DataSet object? I thought the best way would be to bring the newly created empty DB into the application locally via a DataSet, then monkey around with the DataSet relatsions and then update the DB I am clueless at this point Scott

Answers (1)