+ 3
mysql query using netbeans java ide
i have 5 databases {not tables} and they have tables storing my informations i designed a java application to query some fields from each database what should be the code for getting data from my table ? please give the full code
2 ответов
+ 2
You haven't posted us any information about your databases/tables, nor have you posted any of the code you've already done. Hook us up with more information and what you've already tried, and we'll happily show you what's wrong to get it working properly.
Additional Resources:
https://www.javatpoint.com/java-jdbc
http://www.vogella.com/tutorials/MySQLJava/article.html
https://www.mkyong.com/jdbc/how-to-connect-to-mysql-with-jdbc-driver-java/
https://www.w3resource.com/mysql/mysql-java-connection.php
https://dev.mysql.com/doc/connector-j/5.1/en/
https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-examples.html
https://www.javatpoint.com/example-to-connect-to-the-mysql-database