Click here to Skip to main content
15,918,168 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to use my SQL Server Database application on sharing basis. I just added an mdf from Add New Item, made table and then connected with my application using datasets.
I donot have network to test. I want to know if this application will work fine on a network (I will just share the folder containing my application files and mdf file and make a shortcut to application exe on network computer. I use this method for Access database and it works fine. Will it work for mdf also?

Also, do I need to install SQL server on client computers too or it is enough to install on main computer containing database?

Thanks
Posted

1 solution

This will work .....
but this not correct style ....
you should make centered database and pass connection string in application ,
and install this application on all client side .
 
Share this answer
 
Comments
Furqan Sehgal 18-Jan-12 14:12pm    
Will there be any disadvantage of it?
Also you mean I should provide user the database
And user attach them to server instance? I also need to
Give passwords?
Could u advise connection string for client application?
Can I use .\sqlexpress in my connection string?
I think this is always there when SQL server is installed. Right?
Thanks
Furqan Sehgal 18-Jan-12 14:15pm    
Manoj sahib aap Ka emal address mill sakta hae?
Aap se kuch seekhna chahti hoon?
Nai programmer hoon, aap help kar dein

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