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

Is it possible to Access BackEnd procedures?

0 Answers  


What are 3 main differences between flexgrid control and dbgrid control?

0 Answers  


It is possible to access Text (x.txt) files? Explain.

0 Answers  


Dim x, y as integer. What is x and y data type?

8 Answers  


Through which protocol OLEDB components are interfaced?

0 Answers  






What is Zorder Method?

1 Answers  


what is the difference between procedures,attributes and functions?

1 Answers   Microsoft, Patni,


What is the need of tabindex property is label control?

0 Answers  


what are container objects?

1 Answers  


What is the difference among Standard EXE, Active-X DLL, Active-X EXE?

2 Answers  


CRETE A BACKUP FILE

1 Answers   RRB,


What is a toolbox in visual basic?

0 Answers  


Categories