retrieving database in webconfig

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

hey all,
in fx 1.1 how did you know when you retrived the connection string from the
web.config what kind of database it was?

thanks
rodchar
 
In the original, there was no <connectionString> section. Early on, you
could not tell what kind it was, so you went on faith you were grabbing the
right kind. This is not as scary as it sounds, as you are in control of your
code, but it was potentially a problem (maintenance more than coding).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 
Back
Top