Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1432 Points
326 Posts
Jul 20, 2006 02:27 PM|LINK
Hi,
I have repeatedly done this on hosted databases. As the previous post suggest, run the program on your CLASSIFIELDDB.
You will need to provide "servername" and "login credentials" obtained for your hosted CLASSIFIELDDB. This can really work.
Your web config should then contain something similar to the below:
<
</
Thanks
/Kadji
Kadjiokou
Participant
1432 Points
326 Posts
Re: how to combine both the db's into one
Jul 20, 2006 02:27 PM|LINK
Hi,
I have repeatedly done this on hosted databases. As the previous post suggest, run the program on your CLASSIFIELDDB.
You will need to provide "servername" and "login credentials" obtained for your hosted CLASSIFIELDDB. This can really work.
Your web config should then contain something similar to the below:
<
connectionStrings><
add name="classifiedsConnection" connectionString="Data Source=dbserver ;database=ClassieFieldDB; User Id=username; PWD=password" providerName="System.Data.SqlClient"/><
remove name="LocalSqlServer"/><
add name="LocalSqlServer" connectionString="Data Source=dbserver ;database=ClassieFieldDB; User Id=username; PWD=password" providerName="System.Data.SqlClient"/></
connectionStrings>Thanks
/Kadji