Question about the distribution

developer_mahmoud

Well-known member
Joined
Nov 13, 2010
Messages
64
Programming Experience
1-3
hi
1-wat kind of files i must attached to give it to the client pc from ms sql server and vb.net application
2-is it important to set up sql server in client pc or he giong to manipulate the database with out set up
 
The user must have access to a SQL Server or SQL Server Express instance, either on the local machine or on the network. If you've added the MDF data file directly to your project, it must be a local SQL Server Express instance. When you want to deploy, you should compile a Release build and then basically deploy the contents of the bin\Release folder.
 
Back
Top