Change the dataset name in Typed Dataset
Database
3
Posts
2
Posters
0
Views
1
Watching
-
I have a typed dataset. It uses a connection string from the web.config file. I have changed the database name in the connection string, but it is still taking the old database name. How do I get that changed?
-----Have A Nice Day-----
If that's the case, then it's not really using the connection string from your Web.config file :) Use the Dataset Designer to make sure you're really referencing your external connection string, and not using a copy saved in the dataset's code.
-
If that's the case, then it's not really using the connection string from your Web.config file :) Use the Dataset Designer to make sure you're really referencing your external connection string, and not using a copy saved in the dataset's code.