Explain the major elements of the ADO object model

Explain the major elements of the ADO object model and it’s used?

E

Expert

Verified

Connection: Used to create a connection among your app and an external data source, that is sql server.

Command: Used to make queries, with user-specific parameters, to access records by a data source (that is returned in a Recordset)

Recordset: Used to available records returned by an SQL query. Along with a recordset, you can navigate returned records. That is, you can also add, change or delete records.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.