Question setup and deployment project with ms sql server?

borgorosso

New member
Joined
Nov 3, 2009
Messages
1
Programming Experience
Beginner
Hi everybody!

first, apologize for my horrible english, i hope i'll be able to explain my problem.

i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.

anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.

my first doubt is: how can i determinate the right connection string?

p.s.

it's my first post: i introduce me. my name is francesco, i come from italy, and usually i develop web projects. probably i hate stand alone application :)
 
Your customer needs to have SQL Server up and running in his shop. As a part of your installation package, you would build your tables in his instance of SQL Server and and modify the connection string as applicable.
 
Back
Top