server path
suppose my project is completed.now project application transfer to the many pcs.sql database is save in my pc.if exe file transfer to other pcs.then any possibilies they can access database.please its urgent how to do it.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Sep 23, 2012, 4:12 PM
Specify your server name for Datasource and that is enough. If you want to know the name of server open sql server instance in your computer and check what is the name it is showing at the root node on the left where all the databases are displayed.
First test the connection from your system and if it works the same would work as the computer is in network. Try and let me know if you face any issues.
vikas kananiPosted Sep 22, 2012, 12:57 AM
Akkiraju IvaturiPosted Sep 22, 2012, 12:47 AM
If you want to expose data outside the firewall i.e., through internet then you need to develop services to deal with request and response from database. I suppose in your scenario, you only need to use correct connection string to connect to database and it works with no extra efforts.
Let me know if you have any specific questions.