L
Lars Netzel
I have a VB.NET application based on MS access 2000 db.
I have a 1 to many relation between 4 tables...
tbl1 -> tbl2 -> tbl3 -> tbl4 (all with "one to many" relations)
I need to create a Dataset that includes all these tables and keeps the
realtion
When I use an OLEdb Adapter and generate a dataset (in VS) based on that I
get all the tables' columns in one long dataset and the relations are all
gone.
How do I solve this?
/Lars
I have a 1 to many relation between 4 tables...
tbl1 -> tbl2 -> tbl3 -> tbl4 (all with "one to many" relations)
I need to create a Dataset that includes all these tables and keeps the
realtion
When I use an OLEdb Adapter and generate a dataset (in VS) based on that I
get all the tables' columns in one long dataset and the relations are all
gone.
How do I solve this?
/Lars