Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set connection string using config file
Message
 
 
To
21/03/2008 08:50:54
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01303511
Message ID:
01346734
Views:
16
>>My question is how can I globally change each tableadapter to point to a specific connection string?
>>
>>For example, I might want to switch from PROD to the DEV database connection string. I might have 20 tableadapters, changing each one using the property sheet is not desirable.
>>
>>Isn't there a global way to do this?
>
>Well, now I understand what you are trying to do.
>If you want to switch between different databases, the connectionstring itself is the place for that.
>Your tableadapters should always point to the same connectionstring definition of your app.config.
>To switch to a different database, just change the connectionstring in your app.config.

There has to be a better way if you want to access different databases with the same TableAdapters.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform