+ 1
Connect File
How do connecting file in java for register and login pleas samone help me
4 odpowiedzi
+ 3
you can store encrypted credential content in a file
From your Java program you can read the file's content, decrypt it and use it to validate users upon request.
Note: this can be a very insecure way of doing it.
The best solution is to use database tables.
+ 3
You can use SQLite and manage the database sending SQL queries from the java program.
0
Thanks bat i have problem in database conecet with server i cannot creating server sql in (ODBC) , I don't anderstand why it's error when i testserver.
0
Thank you very much