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:
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.Code:Dim conn As New SqlConnection _ ("data source=(local)\SQLEXPRESS; integrated security=true; initial catalog=CRM")
Thanks!




Reply With Quote