Re: JDBC driver problem with sql LIMIT

2005-03-30 Thread Mark Matthews
-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

Re: JDBC driver problem

2002-06-20 Thread Francisco Reinaldo
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

Re: JDBC driver problem

2002-06-20 Thread Alec . Cawley
> 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