Results 1 to 2 of 2

Thread: Deploying on Different Computers

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    9

    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.

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2009
    Posts
    9

    Re: Deploying on Different Computers

    bump

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width