Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I developed a window application on vs2010 with ms sql server its exe is running only on my system not on other's system ..
Is it compulsory ,sql server should be installed on other system??if not please tell me how???
Posted
Comments
[no name] 25-Apr-13 16:29pm    
Yes if you used a SQL Server database then the target system must have SQL Server installed on it.

you can build an installation package to be downloaded the version of SQL Server.
 
Share this answer
 
You can install SQL server express on other systems. You can install it locally. Either way you need to use a connection string to connect to the database. a good beginners example is found below:

http://www.youtube.com/watch?v=wReLvTh9QY4[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900