How to get SELECT String from VB designer generated ADO objects

  • Thread starter Thread starter dermardv
  • Start date Start date
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.
 
Dermardv.

How you do that, because I never seen that this is possible with Ado in
Visual Studio.

Are you sure that it are Ado objects and you are not busy with AdoNet?

Cor
 
Back
Top