ASP - What is adodb.connection?

  1. Vijay

    we make connection in asp usng

    Set conn=server.createobject("aadodb.connection");

    But i dont know whats this adodb and whats this connection Please comment whether adodb is class or something else

    Vijay

    Posted: 2003-05-28 09:56:20.004479 #

  2. jason

    "adodb" is the vendor string for the type of object to create. "connection" is the component string.

    Read the documentation for more information:

    http://msdn.microsoft.com/library/en-us/iisref/htm/ref_vbom_seromco.asp

    --Jase

    Posted: 2003-07-07 14:16:10.374511 #

  3. deepak v panchal

    Posted: 2005-04-08 10:17:40.589842 #

:
: