Click here to Skip to main content
15,889,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use an access database and work with multiple queries.
Table [Persons]
Query [Names] = [Select LastName From Persons]
I load this query [Names] with a DataAdapder into a dataset in my program (vb.net)
How can I determine the name of the underlying table [Persons]. In the DataAdapter I only see [Select * from [Names]]
Thank you for help!

What I have tried:

Nothing found in various forums
Posted
Updated 16-Jun-19 21:31pm

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900