Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Daniel Ducat
Hello everyone I am using mysql version 11.12 Distrib 3.23.32 on Red Hat Linux.I am also using a Java Blackdown -1.3.0-FCS and MM.MySQL 2.0-pre2 JDBC driver..I am trying to run the following program : import java.sql.*; public class LoadDriver { public static void main(String[] Args) {

Re: Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Daniel Ducat
,"username","password"); - Original Message - From: "Daniel Ducat" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 12:55 PM Subject: Cannot load connection class 'java.sql.SQLException problem ! Hello everyone I am using my

Re: Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Jan-Aage Bruvoll
On Wed, 14 Feb 2001, Daniel Ducat wrote: Thanks for the answer, Jonathan. I have already tried the way you propose, but it gives me the same error. Any other ideas ? Lebrun Jonathan wrote: Try this : Connection C=DriverManager.getConnection(

Re: Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Daniel Ducat
Hello Jan-Aage In my example I have replaced the real username/password with a "username"/"password". Iin the real code I use real username and password. Actually early I thought the username and password I use are not correct, but I log with them using mysql shell. I have grant all GRANTS to