Friday, December 4, 2009

MySQL :: Connector/J 5.1 -> Database driver you need to connect to MySQL Database Server using Java (JDBC)

MySQL :: Connector/J 5.1

  1. Download “Source and Binaries (zip)” or “Source and Binaries (tar.gz)”.
  2. Decompress (unzip) the archive file.
  3. Include the .jar file in your library path. (Maybe you have IDE like netbeans or eclipse)
  4. Write you code.
  5. (Some Sample Code : http://aventurineyao.blogspot.com/2009/12/check-if-there-are-some-records-in.html )

0 comments: