2 messages in com.mysql.lists.javaProblems with the JDBC
FromSent OnAttachments
Carao M Duvelis A05 Sep 2001 11:34 
Paul Foxton06 Sep 2001 00:52 
Subject:Problems with the JDBC
From:Carao M Duvelis A (dca@tyto.ciens.ucv.ve)
Date:09/05/2001 11:34:47 AM
List:com.mysql.lists.java

Hello

I've already installed the mm.mysql.jdbc-1.0 in unix but I'm trying to connect whith the database from Java using :

Class.forName("org.gjt.mm.mysql.Driver"); Connection Conn =DriverManager.getConnection("jdbc:mysql://namehost/namedatabase"); Statement Stmt = Conn.createStatement();

but I have this error: Unable to load class org.gjt.mm.mysql.Driver

Duvelis

thank you