Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What are the main components of the ADO object model?

4 like 0 dislike
Hello guys,

What are the main components of the ADO object model? How are they used?

Please give me your feedback
asked 1 year ago by rad_joshep (19,390 points)

1 Answer

2 like 0 dislike
 
Best answer
Connection: Used to make a connection between your app and an external data source, ie, sql server.Command: Used to build queries, including user-specific parameters, to access records from a data source (which are returned in a Recordset)Recordset:Used to access records returned from an SQL query. With a recordset, you can navigate returned records. You can also add, modify or delete records.
answered 1 year ago by daneim (127,080 points)

Related questions

8 like 0 dislike
2 answers
asked 1 year ago by eagle09 (95,490 points)
4 like 0 dislike
1 answer
5 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
7 like 0 dislike
0 answers
asked 1 year ago by eagles11 (179,830 points)