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
___,_____ and ____ container objects.
Is the Variant type slower than using other variable types?
What is the current version of Visual Basic for Windows?
How do I set the Windows wallpaper at runtime?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
What is instantiating?
What are the important components of OLEDB?
Types of LockEdits in DAO?
What is ado data control in vb6 0?
Draw Sequence Modal of RDO? Explain.
What do you mean by Databound Controls Explain?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is Mask Edit and why it is used?
what controls have you used in your project?
How can you check whether a record is valid record or Invalid record using ADO control or Object?