how to bind database with gui(c sharp) application and after bind data to gui application if we setup create , than application will run on same system
but while install application another system than application run , but data base not show on another system.(i know that how to bind data base with gui
application but my problem is that while i create setup than application run with data base only same os but while i run application another system
than application run but database not show).
vipan kumarPosted Sep 22, 2014, 2:57 PM
Wim SturkenboomPosted Sep 21, 2014, 11:42 AM
You now want to install the application on another computer (let's call it computer B) and use the database on computer A.
Correct?
If this understanding is correct, please show us the connection string that is used to connect to the database; you can replace credentials with dummy values. Also let us know where it is defined (in code, App.config or somewhere else).