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
--
Site:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
Short urls & more:
http://ittyurl.net
"deciacco" wrote:
> 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!
>
>
>