+ 1
Can we create database with MySQL and link it with Java?
if yes how
4 Réponses
+ 1
Consider reading about JDBC on the oracle java api.
0
yes you can. you can create your database in Xampp (it comes with myself and other packages), then you can connect to and read data from it using java classes.
You will need to download myself driver for Java and add it to your IDE(netbeans or eclipse).
you can skip to the chapter on database connection in the following ebook: introduction to java programming by Liang Y Daniel :
http://bank.engzenon.com/download/541ee70c-0df0-475b-8a7c-40dfc0e8c6f8/Introduction_to_java_programming_by_Y_Daniel_Liang_10th_edition.pdf&sa=U&ved=0ahUKEwjBs9jbq5TTAhXHAxoKHZAxDaYQFggWMAA&usg=AFQjCNGmBm09btakGo-OWMemVTE__DNa6w
0
(it comes with mysql and other packages. not myself)
0
thanks