-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
l'eau wrote:
>
> Using MySql Connect/J (mysql-connector-java-3.1.7.tar)
> on Linux Fedora 2.
>
> I use a Statement object and do the following query:
>
> String myquery = "SELECT * FROM term WHERE name REGEXP (\'"+ name
> +"\') and
Which driver are you using? I use
mm.mysql-2.0.4-bin.jar
Which IDE are you using? If you are using JBuilder 5,
you have to go to required library and add one
pointing to that file. If you are building a jar file
from your classes, you have to make sure that you tell
the library to include this JD
> I have a problem with the installation of the JDBC driver for Mysql.
> I have Windows XP and Java2 SDK 1.4.01
> I tried to install the JDBC driver org.gjt.mm.mysql.Driver but every time
I
> try to connect to my database, I get a ClassNotFoundException:
> org.gjt.mm.mysql.Driver error, although