Answer Posted / 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 View All Answers
Difference between Recordset and Resultsets.
Types of Resultsets.
Explain OLE Drag and Drop?
How would you Create a Query Builder and Explain its uses ?
What is the need of tabindex property is label control.
What is "NULL"?
Explain about control properties?
How can you Add API functions to your Application?
To populate a single column value which dbcontrols you to use?
It possible to call OLEDB's Features directly in VB without using any control?
How to use advanced data-bound controls.
What is dao in vb?
In which areas the Error occurs?
__ no of controls in form.
Is there a way to break long lines in VB code?