Re: JDBC problems

2002-10-18 Thread Niclas Hedhman
Expanding the zip into the lib/ext/ is perhaps not the best idea. Expand it elsewhere, and copy the JAR file to the lib/ext/ folder. Also, you don't need to make an instance of the Driver. The static initializer will register the class with the DriverManager. Niclas On Thursday 17 October 2002

Re: JDBC problems

2002-10-18 Thread Max Morawski
mysql,query Lee Denny wrote: I'm trying to use the mm.mysql JDBC drivers on windows NT I've just downloaded the mysql-connector-java-2.0.14.zip file and extracted it into my jdk1.2.2/jre/lib/ext folder. You need to put .jar file (ie. mysql-connector-java-x.x.x-beta-bin.jar) into jre/lib/ext