Which choice is NOT an ADO collection?

A. Properties
B. Records
C. Fields
D. Errors
E. Parameters

Showing Answers 1 - 12 of 12 Answers

shaheda

  • Mar 16th, 2005
 

Records

  Was this answer useful?  Yes

Paul Tucker

  • Apr 28th, 2005
 

I think it is E. Parameters  

  Was this answer useful?  Yes

Deepak Bansal

  • Jun 29th, 2005
 

Records isn't a collection in ADO.

  Was this answer useful?  Yes

Siva Kumar

  • Jul 5th, 2005
 

Records, Parametes, Fields

  Was this answer useful?  Yes

Dhara

  • Jul 9th, 2005
 

Answer is : (B.) : Records

  Was this answer useful?  Yes

vishnu Chauhan

  • Jul 27th, 2005
 

Answer: B 
Collection Available in ADO arch. are 
Error collection 
Parameter collection 
Fields collection 
Properties Collection 
 

  Was this answer useful?  Yes

preeti

  • Aug 26th, 2005
 

Records is not an ADO collection 
so the answer is B

  Was this answer useful?  Yes

hiren

  • Sep 15th, 2005
 

Properties

  Was this answer useful?  Yes

Radhakrishnan

  • Oct 13th, 2005
 

Records is NOT an ADO collection.

  Was this answer useful?  Yes

Reji

  • Feb 26th, 2006
 

All right guys and gals you all messed up.

Properties and Records are not collections of the ADO Object , the rest are.

  Was this answer useful?  Yes

hey guys and gals..
plz have a look here

Collections
Description
Errors
Contains all stored Error objects, all of which pertain to a single operation involving ADO.
Fields
Contains all stored Field objects of a Recordset object.
Parameters
Contains all the Parameter objects of a Command object.
Properties
Contains all the Property objects for the specific instance of an object. This collection is not currently supported on UNIX.
Methods
 
Append
Appends a new object to the Parameters collection.
Clear
Clears the contents of an Errors collection.
Delete
Deletes an object from the Parameters collection.
Item
Returns a specific member of a collection by name or ordinal number.
Refresh
Updates the objects in a collection to reflect objects available from and specific to the provider.
Properties
 
Count
The number of objects in a collection.

OR u can also visite -http://docs.sun.com/source/817-2514-10/Ch11_ADO126.html

  Was this answer useful?  Yes

T.shriramesh

  • Jul 22nd, 2006
 

recordset is not an ADO collection.

so the answer is B

  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