Which Namespace for DBConnection?

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

    #1

    Which Namespace for DBConnection?

    I have a data access layer that needs to handle multiple Database types. I
    have seen genecric references being made to a DBConnection, DBCommand etc.
    What namespace are they in?

    Ron


  • Jack Jackson

    #2
    Re: Which Namespace for DBConnection?

    Googling for ".net dbconnection class" gives
    <http://msdn2.microsoft .com/en-us/library/system.data.com mon.dbconnectio n.aspx>
    as the first hit.

    On Mon, 10 Sep 2007 13:48:42 -0400, "RSH" <way_beyond_oop s@yahoo.com>
    wrote:
    >I have a data access layer that needs to handle multiple Database types. I
    >have seen genecric references being made to a DBConnection, DBCommand etc.
    >What namespace are they in?
    >
    >Ron
    >

    Comment

    • rowe_newsgroups

      #3
      Re: Which Namespace for DBConnection?

      On Sep 10, 1:48 pm, "RSH" <way_beyond_o.. .@yahoo.comwrot e:
      I have a data access layer that needs to handle multiple Database types. I
      have seen genecric references being made to a DBConnection, DBCommand etc.
      What namespace are they in?
      >
      Ron
      You should use the Object Browser for this. Press F2 (by default) to
      open up the browser and type the name of the object you are trying to
      locate. It will show you want namespace/class it is contained by and
      it's methods and descriptions.

      Thanks,

      Seth Rowe

      Comment

      Working...