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
posted Mar 17, 2009 03:04:39
0
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 apps – ImageJ plugins – Java web charts
subject: mysql connector