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

Difference Types of Procedures in VB?

3 Answers   JVS, Wipro,


CRETE A BACKUP FILE

1 Answers   RRB,


It possible to call OLEDB?s Features directly in VB without using any control?

0 Answers  


What is pivot table and how to create a pivot table

2 Answers  


Which property of textbox cannot be changed at runtime?

1 Answers  






Is it possible to call oracle database through ADO control or Object?

0 Answers  


How many objects resides in ADO ?

0 Answers  


How the image application?

0 Answers  


Types of cursors in RDO.

0 Answers  


Is VB comes under Object Oriented Programming ?

1 Answers  


Explain the usage of Web Browser Control?

0 Answers  


What is the Windows API?

0 Answers  


Categories