Click here to Skip to main content
15,886,847 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I am creating a window application with the backend of sql server2008 r2. I want to install this application to client machine without installing sql server

How can i connect to a database on client machine through my window application without installing sql server. ?
Posted
Comments
Sergey Alexandrovich Kryukov 16-Dec-13 2:28am    
First, I would recommend you to think how to run your application without OS. Or, better yet without a computer. :-)
—SA

1 solution

To connect to MS SQL Server, you need to properly set connection string[^].
But before, you need to change some MS SQL Server properties to enable TCP/IP network protocol[^].
 
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