Re: Problems with Connector/J

2003-06-02 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gilmar Caiado wrote: > Hi! > > I've been experiencing some problems regarding connection mysql/java. I'm > using a connector 3.0.8, and linux debian. I have also copied the connector > to JAVA_HOME/jre/lib/ext directory. > > Here's is the code: > > im

Problems with Connector/J

2003-06-02 Thread Gilmar Caiado
Hi! I've been experiencing some problems regarding connection mysql/java. I'm using a connector 3.0.8, and linux debian. I have also copied the connector to JAVA_HOME/jre/lib/ext directory. Here's is the code: import java.sql.*; public class DBTeste{ public static void main(String[] args)