2 messages in com.mysql.lists.javaRE: Fw: help me.please!| From | Sent On | Attachments |
|---|---|---|
| Xianfeng Dong | 31 Jul 2002 07:06 | |
| Xianfeng Dong | 31 Jul 2002 07:47 |
| Subject: | RE: Fw: help me.please!![]() |
|---|---|
| From: | Xianfeng Dong (xdo...@pbl.ca) |
| Date: | 07/31/2002 07:06:57 AM |
| List: | com.mysql.lists.java |
hi,
I could not figure out either your version of MySql or mm.mysql. The Driver name I am using is: org.gjt.mm.mysql.Driver and I use mm.mysql-2.0.14-bin.jar.
You may check the following WebPages http://www.mysql.com/documentation/index.html http://sourceforge.net/docman/display_doc.php?docid=8968&group_id=15923
from where you may also find website for JDBC tutorial.
Hope it can be of help.
Xianfeng Dong
-----Original Message----- From: iphone [mailto:iph...@gb.com.cn] Sent: July 30, 2002 11:19 PM To: xdo...@pbl.ca; ja...@lists.mysql.com Subject: Fw: Fw: help me.please!
dear, professor I am a student.(from China) I have learnt JDBC for servial weeks.I
use MYSQL2.33.46 databaes, mm.mysql.jdbc.jar is JDBC interface.(OS:windows 98 version)
I have a problem about JDBC . . I write a java application, compiled application ,run it .as a
result,JVM show an exception that mm.mysql jdbc driver have not suitable. I know why show it .i use mm.myslq jdbc driver to register java ManagerDriver class occur error. MYSQL's JDBC driver name is not right.please tell me that accurate name that register to ManagerDriver of java class. if you have any material about JDBC of mysql,please send me . thank you very much .I expect you reply me. thanks again.
Yours Sincerely
following is example fragment:
try{ Class.forName(jdbc.mm.mysql.driver);<---------------- throw an exception } catch(ClassNotFoundException e){
System.err.println(e.toString());
}




