|
-
Sep 18th, 2009, 03:26 AM
#1
Thread Starter
New Member
Deploying on Different Computers
About my application: Done on Visual Studio 2005, MS SQL 2005(SQL Studio Express 2005). I used Inno Setup to compile the installer.
About deploying(installing) on different computers, how do I handle the database? It was created and handled by sql express.
To be more clear, my connection string:
Code:
Dim conn As New SqlConnection _
("data source=(local)\SQLEXPRESS; integrated security=true; initial catalog=CRM")
The database is located in the Data folder in MSSQL. Clearly there is a problem because the database does not move from computer to computer.. I have no idea how to fix this. Any help would be appreciated.
Thanks!
Last edited by showai; Sep 18th, 2009 at 03:37 AM.
-
Sep 21st, 2009, 09:22 PM
#2
Thread Starter
New Member
Re: Deploying on Different Computers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|