D
dermardv
I am trying to get the select string from vb.net 2005 designer
generated ADO Objects.
Let's say I create a new data source using the IDE which creates a
dataset named TestDataSet, which in turn contains a table called
Clients. 'Select * from Clients.' I would like to be able to retrieve
this select string in my code.
Any help will be greatly appreciated.
generated ADO Objects.
Let's say I create a new data source using the IDE which creates a
dataset named TestDataSet, which in turn contains a table called
Clients. 'Select * from Clients.' I would like to be able to retrieve
this select string in my code.
Any help will be greatly appreciated.