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

  • Q : Define the synchronization objects

    Define the synchronization objects. Ansewr: A synchronization object is use to co-ordinate the execution of many threads.

  • Q : Explain Look-and-feel Look-and-feel :

    Look-and-feel: The visual impression and interaction style given by a user interface. This is mainly the responsibility of the window manager (that is, in collaboration with the fundamental operating system) running on a specific computer. This refers

  • Q : State the term web service State the

    State the term web service?

  • Q : Explain If statement If statement : A

    If statement: A control structure employed to select between performing or not performing additional actions.     if(boolean-expression){        // Statements

  • Q : Define the term Security policy Define

    Define the term Security policy: It is a policy employed to limit access by an applet to the resources of the host system.

  • Q : Who developed Extensible Hyper-Text

    Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven

  • Q : Special set of tags in PHP Normal 0

    Normal 0 false false

  • Q : Different compatibility types when

    What are the different compatibility types when creating a COM COMPONENT?

  • Q : What is an Object Object : It is an

    Object: It is an instance of a particular class. In common, any number of objects might be constructed from a class definition. The class to which an object belongs states the common characteristics of all instances of that class. In those characteris

  • Q : Define Propagation Propagation : When

    Propagation: When an exception is thrown in a method, and there is no suitable exception handler within the method, the exception might be propagated to the caller of the method. For a checked exception, the method should include a throws clause in it

©TutorsGlobe All rights reserved 2022-2023.