Simpledb Demo Java
Simpledb Demo Java
Ito yung DATABASE (“phpcorner_db”) ko and meron siyang isang TABLE (“students”)
In order for Java to connect to MYSQL, it needs a DRIVER made by MySQL specifically to be used by Java Programs.
Punta sa website ng MySQL and look for and download JDBC Driver for MySQL
Open the downloaded zip file. And inside the zip file meron isang JAR file or zip file called mysql-connector-java-8.0.12
TAKE NOTE: the user and password is not secured and never ever save password in your code.
This is just a demo. In the next series, I wil demo some ways to optimize code and also how to use java beans or objects
to manipulate Database data. How to use them in forms with GUI.
ABANGAN.
Join phcorner.net “SERIOUSLY JAVA” group if you want to learn more cool stuff.