Automatically populating a dataset with all the mdb's tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I just started reading about ADO.net, and the way I see it, there's no way I
can automatically fill my Dataset with all the tables, and relations between
them automatically, am I right?
As far as I understand, I would have to know the structure of the (Access)
database I'm accessing, and create the tables I need one by one, as well as
the relations between them.
Am I on the right track here?

Thanks
 
Hi,

You are right. But what is the reason to do this. It could be pretty
expensive from performance point of view
 
Back
Top