Connectionstring in code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    Connectionstring in code

    Hi all

    I have a complete application built, now for deployment methods you save the db in the applications bin/debug folder correct ?

    in code ive created a connection

    dim sqlCon as sqlconnectionst ring
    sqlcon = new sqlconnectionst ring("datasourc e=[PCname]/SQLEXPRESS .....")

    now i want to deploy the application and read/write to the db without SQLEXPRESS or SQL MANAGER.
    so that the application is independant from and SQL MANAGER and i can install it on any machine and use it ???
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You have to install database in the target machines.

    Comment

    Working...