Connection String Object

  • Thread starter Thread starter deciacco
  • Start date Start date
D

deciacco

I want to create a ConnectionString class. I don't think there is one
already in the framework, although there not being one seems strage too.

Should I inherit from some other class or implement some interface, or
simply make it a standalone object.

Any ideas?

Thanks!
 
In this (as in many other) case I'd suggest that you first do a thorough
search on "connectionstring class". No point in reinventing the wheel if you
don't have to...
Peter
 

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