Tag: jdbc
-
Writing your first JDBC Application?
Ok, after a long time, here is core technical blog for all of u. If u r wondering how to access MySQL database using JAVA program. The answer is JDBC application! Before going to coding, u must understand certain aspects of JDBC programming. 1. You must include Jconnector in the classpath of ur machine so… Read.
