Database application

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

    Database application

    hi all.

    I have completed my windows db app.

    i have saved the sql db in the application/bin/debug folder to be used to read/write.

    can someone please help me with a connectionstrin g ???

    i knw how to do it in access but im using SQL....

    I can use the program only if sql express is loaded etc....

    i want to be able to just go install the product on any machine and it reads data from the db and writes etc...
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by OuTCasT
    hi all.

    I have completed my windows db app.

    i have saved the sql db in the application/bin/debug folder to be used to read/write.

    can someone please help me with a connectionstrin g ???

    i knw how to do it in access but im using SQL....

    I can use the program only if sql express is loaded etc....

    i want to be able to just go install the product on any machine and it reads data from the db and writes etc...
    Try this link .

    Rey Sean

    Comment

    • OuTCasT
      Contributor
      • Jan 2008
      • 374

      #3
      Originally posted by lotus18
      Try this link .

      Rey Sean
      I knw the connection parameter,
      the problem is i dont want to use sql express when using the application, the database mst be free of sql express.

      Comment

      Working...