What are the objects in ADODB?



What are the objects in ADODB?..

Answer / shaunak

Connection Object - represents the connection to the
database.
Recordset Object - represents a set of database records.
Command Object - represents a SQL command.
Record Object - represents a set of data, typically from a
source other than a database.
Stream Object - represents a stream of data, as from a text
file or web page.
Error Object - stores errors.
Field Object - represents a database field.
Parameter Object - represents a SQL parameter.
Property Object - stores information about objects.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What do you mean by HTTP?

1 Answers  


What are the different types of Dialog Box?

2 Answers   Apollo, ATTC,


advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


Types of ActiveX Components in VB?

0 Answers  






When/Why should I use Option Explicit?

0 Answers  


Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library

4 Answers   Wipro,


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


___ Property is to compress a image in image control.

1 Answers  


how to validate the pop up window Example :assume there is an webpage in that webpage we had a button to browser or file to upload . how to validate this button if we click on that botton window should appear else back to the page i need in VB Script Code since i am using QTP for testing

1 Answers   Sapient,


what is the Difference between Dynaset and Snapshot?

0 Answers  


How can Visual Basic be used for server-side scripting?

0 Answers  


Categories