Visual Basic (VB) Question: Download Visual Basic (VB) PDF

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

Tweet Share WhatsApp

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.

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
Describe and In Process vs. Out of Process component. Which is faster?Can We create CGI scripts in VB?