How many objects resides in ADO ?

Showing Answers 1 - 5 of 5 Answers

Sanjay Patil

  • Aug 30th, 2005
 

1) Connection 
2) Recordset 
3) Command 
4) Parameeter

  Was this answer useful?  Yes

M.P.Sakthivel

  • Feb 24th, 2006
 

Hai,

    ADO Component having the following Objects and Collection:

   Objects:

            

  Was this answer useful?  Yes

Jyothi

  • Mar 2nd, 2006
 

ADO Objects

Connection

Command

Recordset

Parameter

Field

Error

  Was this answer useful?  Yes

Prakash Katti

  • Apr 25th, 2006
 

Command: Defines a specific command to execute against a data source.Connection: Represents an open connection to a data source.Error: Provides specific details about each ADO error.Field: Represents a column of data with a common data type.Parameter: Represents a parameter or argument associated with a Command object based on a parameterized query or stored procedure.Property: Represents a dynamic characteristic of an ADO object that is defined by the provider. This object is not currently supported on UNIX.Recordset: Represents the entire set of records from a database table or the results of an executed command.

  Was this answer useful?  Yes

Atin Srivastava

  • Jun 23rd, 2007
 

Six Objects
Connection
Recordset
Command
Parameter
Stream(included in AD0 ActiveX object 2.7 and above)
Record

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions