What type of recordsets are available in ADO?

Showing Answers 1 - 10 of 10 Answers

Lokesh M.

  • May 3rd, 2005
 

1. adCmdUnknown 
2. adCmdText 
3. adCmdTable 
4. adCmdStoredProc 

  Was this answer useful?  Yes

The above answer is incorrect.Those are the Command object's Command Type properties.

Static           -   Editing is possible.But no concurrency.
Dynamic       -   Editing is possible.Changes done to base tables are reflected
Keyset         -   Editing is possible based on the key values of the records.
Forward only -  Read only.

  Was this answer useful?  Yes

Rajkumar

  • Dec 11th, 2011
 

Dynaset
Snapshot
Dynamic
Table type
Forward only

  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