Home All Groups Group Topic Archive Search About

How to get SELECT String from VB designer generated ADO objects

Author
22 Aug 2006 9:14 PM
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.

Author
23 Aug 2006 5:32 AM
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

Show quoteHide quote
"dermardv" <derma***@gmail.com> schreef in bericht
news:1156281249.214219.306160@75g2000cwc.googlegroups.com...
>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.
>