473,320 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

ADODataset and RecordSet

What is/are differences between these 2?
Nov 20 '08 #1
4 2838
Man T wrote:
What is/are differences between these 2?
RecordSet is a type in standard ADO.

ADODataSet is a type in Delphi.

Neither is related to C#.

Arne
Nov 20 '08 #2
>What is/are differences between these 2?
>
RecordSet is a type in standard ADO.

ADODataSet is a type in Delphi.

Neither is related to C#.
I was asked about this 'technical' question falls in .NET category by the
interviewer yesterday.
Nov 20 '08 #3
"Man T" <al**************@yahoo.com.auwrote:
>
>>What is/are differences between these 2?

RecordSet is a type in standard ADO.

ADODataSet is a type in Delphi.

Neither is related to C#.

I was asked about this 'technical' question falls in .NET category by the
interviewer yesterday.
This might just be a spelling problem. ADO.NET does have a DataSet type,
although it's called DataSet, not ADODataSet. The ADO.NET DataSet is,
roughly speaking, the managed equivalent of the unmanaged ADO RecordSet.

Google will be of help to you.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Nov 20 '08 #4
Tim,

I would say that the DataTable is the managed equivalent. It's a better
fit, since the Recordset and the DataTable are both representations of a
tabular set of data. The DataSet is a collection of DataTables, something
that ADO doesn't have.

The DataTable, on the other hand, doesn't have anything that relates to
a "current" record. This confuses a lot of people, as they expect it to be
baked into the data (when in reality, it is a concept separate from the set
of data).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Tim Roberts" <ti**@probo.comwrote in message
news:bv********************************@4ax.com...
"Man T" <al**************@yahoo.com.auwrote:
>>
>>>What is/are differences between these 2?

RecordSet is a type in standard ADO.

ADODataSet is a type in Delphi.

Neither is related to C#.

I was asked about this 'technical' question falls in .NET category by the
interviewer yesterday.

This might just be a spelling problem. ADO.NET does have a DataSet type,
although it's called DataSet, not ADODataSet. The ADO.NET DataSet is,
roughly speaking, the managed equivalent of the unmanaged ADO RecordSet.

Google will be of help to you.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.

Nov 20 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: gary artim | last post by:
Hi All, I have a problem using DBIx::RecordSet. I get correct results but continue to get these messages on stderr. I looked at Compat.pm and it seems to be pointing out a problem with my call...
4
by: Tom | last post by:
I want to open a recordset object on an .asp page. When I open the recordset I would like to use a stored procedure that expects a parameter to be passed for the stored procedure. I will then use...
19
by: Adam Short | last post by:
I am trying to write a routine that will connect a .NET server with a classic ASP server. I know the following code doesn't work! The data is being returned as a dataset, however ASP does not...
0
by: CFW | last post by:
I thought this was going to be easy but I'm missing something . . . I need to open an ADODB recordset using the recordset source for a list box on my for. When my form opens, the list box ADODB...
6
by: lenny | last post by:
Hi, I've been trying to use a Sub or Function in VBA to connect to a database, make a query and return the recordset that results from the query. The connection to the database and the query...
36
by: kjvt | last post by:
Based on a prior posting, I've written a function to convert a recordset to a dataview. The first call to the function for a given recordset works perfectly, but the second call always returns a...
0
ADezii
by: ADezii | last post by:
When you create an ADO Recordset, you should have some idea as to what functionality the Recordset does/does not provide. Some critical questions may, and should, be: Can I add New Records to the...
6
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...
2
by: wallconor | last post by:
Hi, I am having a problem using Dreamweaver CS3 standard recordset paging behavior. It doesn’t seem to work when I pass parameter values from a FORM on my search page, to the recordset on my...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.