Click here to Skip to main content
15,908,661 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello ,
I have made a software in vb.net with sql server 2005 database so i have to install in Client's PC and have to attach database is there any other way? please tell me.
Posted
Updated 29-Sep-10 19:35pm
v2

Depends...if the application runs inside a corporate network (I believe thats the scenario) then install the SQL Server 2005 on a machine with a bit good hardware configuration. Change the connection string of your application and point the machine on which you have installed SQL Server 2005.

Simple isn't ??? :)

If this answer suits you then please mark it as answered.
 
Share this answer
 
Yes, you will need to install a version of SQL Server on the client machine if there is not a network install of SQL server you can access.

You may wish to use SQL Server Express or Compact editions. Either one is free and made for local data storage

Express - Entry level database, ideal for learning and ISV redistribution

Compact 3.5 - Embedded database for developing desktop and mobile applications

http://www.microsoft.com/sqlserver/2008/en/us/editions.asp[^]
 
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