Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block

2007-12-03 Thread Mike Andrews
tion I execute this: > > > > > > SqlDatabase objDatabase_ = DatabaseFactory.CreateDatabase("My Database > > > Connection String") as SqlDatabase; > > > > > > Now, when I deploy my application, I only change the name of the > > database &g

Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block

2007-12-03 Thread Davy J
Connection String") as SqlDatabase; > > > > Now, when I deploy my application, I only change the name of the > database > > instance and server and everything works just fine. > > > > HTH, > > Eddie > > > > > > > > >

Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block

2007-12-03 Thread Mike Andrews
pics. > [mailto:[EMAIL PROTECTED] Behalf Of Eddie Lascu > Sent: Saturday, December 01, 2007 5:11 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise > Library Block > > > Can you post some code? I have been doin

Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block

2007-12-03 Thread Eddie Lascu
Lascu Sent: Saturday, December 01, 2007 5:11 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block Can you post some code? I have been doing the exact same thing w/o any issues for the last couple of years. You must have

Re: [ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block

2007-12-01 Thread Eddie Lascu
Can you post some code? I have been doing the exact same thing w/o any issues for the last couple of years. You must have gotten it wrong. === This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://disc

[ADVANCED-DOTNET] Connection strings and the MS Enterprise Library Block

2007-11-30 Thread Mike Andrews
I need some help with some installation issues. I need to be able to change the connection string during an install. Currently our application uses the MS Enterprise Library Block for data access. I can change the connection string, but the newly added connection string is not picked up by the ente