mysql query using netbeans java ide | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

17th Nov 2017, 3:46 PM
vinay saurabh
vinay saurabh - avatar
2 Answers
1st Jul 2018, 10:26 AM
Siddharth Golecha
Siddharth Golecha - avatar
+ 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
17th Nov 2017, 3:53 PM
AgentSmith