how I can make the intranet developed in c # to connect to several database in SQL Server 2008 R2
-
how I can make the intranet developed in c # to connect to several database in SQL Server 2008 R2
-
how I can make the intranet developed in c # to connect to several database in SQL Server 2008 R2
Intranet is also a web application that is hosted within organisation.You can develop it same as web application and host it on system connected with your company's network.
Quote:
connect to several database in SQL Server 2008 R2
make connection string for each database and use accordingly.
Thanks
-
how I can make the intranet developed in c # to connect to several database in SQL Server 2008 R2
This question cannot be answered by a forum thread, it is way too broad. You can certainly build an intranet (web) application that connects to multiple databases. Your data access layer (DAL) must be capable of connection to multiple database (via connections string or whatever strategy you use). If you have been tasked with this and you are asking this question then I suggest you hire a developer.
Never underestimate the power of human stupidity RAH