How to get SELECT String from VB designer generated ADO objects

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.
 
C

Cor Ligthert [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top