how can i get all tables from a database? (mdb access)
Printable View
how can i get all tables from a database? (mdb access)
what do you want to get them into? a dataset?
Do a search...This question has been posted before.
Here is the .NEt way:
http://www.vbforums.com/showthread.p...hreadid=232248
If you really want to use adodb you have to use the ADOX object. I know I say an example here not to long ago try a search by 'ADOX'.