Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Getting the Tables from a DataBase?


Message #1 by "Juan E. Vargas" <vargasje@e...> on Mon, 4 Mar 2002 13:28:55

Hello Everyone,



I used to be able to list and then select the tables from a data base 

using a RecordSet, but with the new ADO.NET architecture that operation 

is buried somewhere and I can't find it in the documentation or in the 

samples. I would be very grateful if any of you can provide any hints on 

how to do this.



Message #2 by dilip easwaran <dileaswaran_99@y...> on Mon, 4 Mar 2002 05:37:39 -0800 (PST)
hi!!!



i think recordsets do not figure in the new ADO .NET

architecture.explore System.data for info on datasets.



hope this helps,

dilip

--- "Juan E. Vargas" <vargasje@e...> wrote:

> 

> Hello Everyone,

> 

> I used to be able to list and then select the tables

> from a data base 

> using a RecordSet, but with the new ADO.NET

> architecture that operation 

> is buried somewhere and I can't find it in the

> documentation or in the 

> samples. I would be very grateful if any of you can

> provide any hints on 

> how to do this.

> 

>   





$subst('Email.Unsub').





__________________________________________________

Do You Yahoo!?

Yahoo! Sports - sign up for Fantasy Baseball

http://sports.yahoo.com

Message #3 by "Siva Ram Mateti" <sivamvs@y...> on Fri, 8 Mar 2002 01:12:40
Use DataTablesCollection to display tables in the Dataset object.  This is 

the closet thing that you can do.



Siva Ram Mateti







> 

> Hello Everyone,

> 

> I used to be able to list and then select the tables from a data base 

> using a RecordSet, but with the new ADO.NET architecture that operation 

> is buried somewhere and I can't find it in the documentation or in the 

> samples. I would be very grateful if any of you can provide any hints on 

> how to do this.

> 

>

  Return to Index