aspose file tools
The moose likes JDBC and the fly likes mysql connector Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "mysql connector" Watch "mysql connector" New topic
Author

mysql connector

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 692
why we need my sql connector?
which class are in my sql connector?
Ryan Beckett
Ranch Hand

Joined: Feb 22, 2009
Posts: 192
MySQL Connector is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database


Its a jar file used to drive the JDBC interface.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
Are you familiar with the concept of a JDBC driver? If not, check java.sun.com; it has much information about that. The MySQL connector is the JDBC driver for the MySQL database.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: mysql connector
 
Similar Threads
help in coding
My head hurts: JDBC + Java
Problems with Cmp
JDBC error with Tomcat startup (upgraded to jdk 5)
How to set up web project in NetBeans (was: How to deploy jsp project)