what are the Differences between Recordset and Resultsets?



what are the Differences between Recordset and Resultsets?..

Answer / Pushpendra Raghuvanshi

Recordset is an object provided by ADO (ActiveX Data Objects) that allows you to navigate through records in a database. Resultset, however, refers to the collection of records returned as a result of a query execution, which can be accessed using different methods like Recordset.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the Windows API?

1 Answers  


CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to Control panel-->Admintrative Tools-->Double -click Data sources(ODBC)-->click Add button-->I choose SQL server (last option), Is it right or wrong option for connecting to SQL 2000.Then a new screen appears Create a New dataSource-->in name textbox,we can write anyname--Right or wrong. suppose i enter sonia, & my server name is .,so I enter . in server & click next button-->On the Next screen i have checked the option With Sql server authentication-- >Login Id-sa, Password-->Blank-->Click next button-->Next-- >Finish-->Then I click on button Test Data source-->Mesage Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok. These steps we have to do or not for Connectivity using ODBC. If yes,then what after these steps we have to do??Plz reply me early ??Thx in advance.

6 Answers  


What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?

1 Answers  


What is the default property of datacontrol?

2 Answers   VSoft,


how can i connect the samble database that comes with vb-6 (biblio.mdb) to a datagrid using code? ie what code i have to put in load event

1 Answers  


what is the difference between name property and caption property in visual basic?

10 Answers   HCL,


What is the error message that you would get if you try to use a recordset that is not initialized to anything?

2 Answers  


How to register a component?

1 Answers  


Can We create CGI scripts in VB?

1 Answers  


Which property of menu cannot be set at run time?

1 Answers  


what are the Types of Resultsets?

1 Answers  


Types of LockEdits in DAO? 51 .Types of Recordsets.

1 Answers  


Categories