That is exactly my plan, but the problem is more theoretical where and how to store the db access data...
Ok, my thought are also still a bit confuse, but the main points are:I'm not sure what you're after precisely.
- I have a MySQL database on a server, of whom I don't know the url, port, user and password at the compilation time of my program.
- The program must not ask the user for any detail of the connection. It should be possible to open the program and use it right away.
- So the configuration (DB access) of the program must be done by the system operators.
And the point is that I am not sure, which way I should take to provide the configuration mechanism to the administrators and at the end how and where to store the connection data, that the application can read the MySQL login informations.
My real intention to hide the password and user login to the DB is, that only my program should be able to access the database.
I thinks all is pointing to the Fortune Server with an additional SSL, and since I am not very familiar with that I will have some further investigations on that. Thanks for the hint.
Lykurg
Bookmarks