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

which arguments will be used to run a executable program in shell function ?

1 Answers  


What is Collection Objects?

1 Answers  


What is the need of zorder method?

1 Answers  


What is the use of Visual Basic Document file?

0 Answers  


What is datagrid in vb net?

0 Answers  


Difference between Linked Object and Embedded Object?

0 Answers  


What is connection object in vb net?

0 Answers  


To populate a single column value which dbcontrols you to use?

0 Answers  


Discuss the working with to-do lists.

0 Answers  


What is the use of property page Wizard in ActiveX Control?

0 Answers  


What is Internet Explorer and its uses?

0 Answers  


What is the difference between queryunload and unload in form?

2 Answers  


Categories