472,119 Members | 2,056 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Equivalent ADODB.Connector and ADODB.Recordset in VB.NET

Hi,

What is the VB.NET equivalent of the VB6 ADODB.Connector and
ADODB.Recordset?

Thanks

Marty
Jul 21 '05 #1
3 3052
Marty,

You can use in VB.Net ADODB. However exactly as I write "use" it is not
really dotNet.

In dotNet are the equivalent of the ADODBconnection the ADONET connections,
normally SQLConnection and OleDbConnection while there is at least one more
for Oracle.

A kind of equivalent from the recordset is the datatable, which is mostly
used in a dataset which can hold more datatables.

The big difference between ADODB and ADONET is that ADODB is connected and
ADONET disconnected.

I hope this helps?

Cor.
"Marty" <ma**@to.forum> schreef in bericht
news:cs***************@fe51.usenetserver.com...
Hi,

What is the VB.NET equivalent of the VB6 ADODB.Connector and
ADODB.Recordset?

Thanks

Marty

Jul 21 '05 #2
Hi Marty,

In .NET, they are the OleDBConnection or SqlConnection object, and the
DataSet objects.

HTH,
- Rakesh Rajan

"Marty" <ma**@to.forum> wrote in message
news:cs***************@fe51.usenetserver.com...
Hi,

What is the VB.NET equivalent of the VB6 ADODB.Connector and
ADODB.Recordset?

Thanks

Marty

Jul 21 '05 #3
Great, thanks guys for your reply. Now I know what where to go.

Marty

Rakesh Rajan wrote:
Hi Marty,

In .NET, they are the OleDBConnection or SqlConnection object, and the
DataSet objects.

HTH,
- Rakesh Rajan

"Marty" <ma**@to.forum> wrote in message
news:cs***************@fe51.usenetserver.com...
Hi,

What is the VB.NET equivalent of the VB6 ADODB.Connector and
ADODB.Recordset?

Thanks

Marty


Jul 21 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Channing Jones | last post: by
3 posts views Thread by Andy G | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.