Mysql driver for Java

2001-07-05 Thread Daniel Aderhold
I recently downloaded the binary version of the MySQL driver for Java. I opened the Jar file. I copied the org directory into my PC. And I added the path to the classpath variable in the autoexec.bat file. Now I can't compile my source files that uses another of my classes. What I did

mysql driver for java

2001-07-04 Thread Daniel Aderhold
I recently installed the MySQL driver for Java in my system with Win98. I downloaded the mm binary version. Then I copied the org directory in my PC and added the following line in my Autoexec.bat : classpath=\org;%classpath% Is that right? I could access the MySQL database from my Java