I have database on Debian 8 (LINUX) and I need to connect to it from a Java Application.
How to gain access from another machine to the LINUX database.
I have database on Debian 8 (LINUX) and I need to connect to it from a Java Application.
How to gain access from another machine to the LINUX database.
I would suggest looking for ODBC driver.
If it's a mysql DB you can also check for the Java connector of mysql https://dev.mysql.com/downloads/connector/j/