adodb

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben

    #1

    adodb

    anyone know if adodb class is member of ado.net class or this is the old ado
    class? Otherwise, where exactly is ado.net class located?

  • Cor Ligthert [MVP]

    #2
    Re: adodb

    Ben,

    Adonet is not a class however an architecture. Actualy all the classes from
    that are in system.data

    http://msdn.microsoft.com/library/de...stemData.aspAs you wrote is AdoDb is not a part of that however just another name forADO.I hope this helps,Cor

    Comment

    • Paul Clement

      #3
      Re: adodb

      On Mon, 25 Jul 2005 06:27:03 -0700, Ben <Ben@discussion s.microsoft.com > wrote:

      ¤ anyone know if adodb class is member of ado.net class or this is the old ado
      ¤ class? Otherwise, where exactly is ado.net class located?

      ADODB is ADO not ADO.NET.

      ADO.NET is the System.Data namespace.


      Paul
      ~~~~
      Microsoft MVP (Visual Basic)

      Comment

      • Cor Ligthert [MVP]

        #4
        Re: adodb

        I see it is mixed up


        Ben,

        Adonet is not a class however an architecture. Actualy all the classes from
        that are in system.data

        http://msdn.microsoft.com/library/de...SystemData.asp

        As you wrote is AdoDb is not a part of that however just another name for
        ADO.

        I hope this helps,

        Cor


        Comment

        Working...