Install JDBC on Linux in 3 steps
When you write an application, it's common to require data storage. Sometimes you're storing assets your application needs to function, and other times you're storing user data, including preferences and save data. One way to store data is in a database, and in order to communicate between your code and a database, you need a database binding or connector for your language. For Java, a common database connector is JDBC (Java database connectivity.)
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.