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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top