473,509 Members | 3,032 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3128
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3053
by: Randi | last post by:
Hi all, I have this project to use the ADODB control to acces and manipulate the Access DB. I amd the mistake of first doing this project with just the data control. It worked fine with this...
0
2844
by: elcc1958 | last post by:
I need to support a VB6 application that will be receiving disconnected ADODB.Recordset from out DotNet solution. Our dotnet solution deals with System.Data.DataTable. I need to populate a...
0
2466
by: Channing Jones | last post by:
Hello everyone, I am trying to store data in a binary field of an SQL-Server table using ADODB. So far, I have managed to store a record but not any data in the binary field. I only get...
5
29790
by: Simone | last post by:
Hello I hope you guys can help me. I am very new to ADO... I am creating a ADODB connection in a module and trying to access it from a command button in a form. Function fxEIDAssgn(plngEID As...
2
61317
by: Lauren Quantrell | last post by:
In my Access2000 .MDB database I use this sort of structure all over the place (How do I replace it in my Access2000 .ADP database?): Dim db as Database Dim rs as DAO.Recordset Dim strSQL as...
3
2652
by: Andy G | last post by:
I have some code that hits a DB2 database from my ASP.NET application. I haven't been able to exactly nail it down but my connections are not getting closed for some reason. I look at the...
3
7492
by: Marty | last post by:
Hi, What is the VB.NET equivalent of the VB6 ADODB.Connector and ADODB.Recordset? Thanks Marty
6
5140
by: Oko | last post by:
I'm currently developing an MS Access Data Project (.adp) in MS Access 2002. One of the reports within the DB uses data that is Dynamic and cannot be stored on the SQL Server. To resolve this, I...
1
3342
by: shivasusan | last post by:
Hi Friends! Please Help me! How i can solve this error? Please explain me, what is the error and how to solve? Error Type: ADODB.Recordset (0x800A0E7D) The connection cannot be used to...
0
7234
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7136
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7344
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7412
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
5060
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4730
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3203
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1570
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.