Which Namespace for DBConnection?

  • Thread starter Thread starter RSH
  • Start date Start date
R

RSH

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
 
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
 
Back
Top