Hello once again to all!
ok I have my project, but here is the thing I want to install my program on the local machines and the DB on the server, the thing is that on each machine the mapping of the server is going to be under a diferent drive(e.g E:\, F:\, X:\files\etc..) SO:
OPTION 1 : when the program is installed for the first time, it opens a text box where I ask for the mapped path to the server and move the database to there (data.databasename = mappedPath & DBname ) Knowing that by "default" the DB is placed where the .exe is, HOw do I move de DB to the mappedpath? and when I run the program again,will it go to that path as well?.
OPTION 2: use the registry??? and here I don't know how to
Please help, if you have any other idea or correct mine..
Thank you all
ok I have my project, but here is the thing I want to install my program on the local machines and the DB on the server, the thing is that on each machine the mapping of the server is going to be under a diferent drive(e.g E:\, F:\, X:\files\etc..) SO:
OPTION 1 : when the program is installed for the first time, it opens a text box where I ask for the mapped path to the server and move the database to there (data.databasename = mappedPath & DBname ) Knowing that by "default" the DB is placed where the .exe is, HOw do I move de DB to the mappedpath? and when I run the program again,will it go to that path as well?.
OPTION 2: use the registry??? and here I don't know how to
Please help, if you have any other idea or correct mine..
Thank you all