Re: Could not getConnection as before with Connector/J v3.0.13

2004-05-28 Thread Mark Matthews
t; Subject: Could not getConnection as before with Connector/J v3.0.13 > > Hi, > I tried to use the latest jdbc driver v3.0.13. However, the > program I > coded no more work. It works well with v3.0.12. > The new driver does not accept the following connect url string: > >

RE: Could not getConnection as before with Connector/J v3.0.13

2004-05-28 Thread Jan Goyvaerts \(jgoyvaer\)
Same here. Went back to the 3.0.12 drivers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:24 AM To: [EMAIL PROTECTED] Subject: Could not getConnection as before with Connector/J v3.0.13 Hi, I tried to use the latest jdbc driver

Could not getConnection as before with Connector/J v3.0.13

2004-05-28 Thread michael_wu[吳宏達]
Hi, I tried to use the latest jdbc driver v3.0.13. However, the program I coded no more work. It works well with v3.0.12. The new driver does not accept the following connect url string: jdbc:mysql://localhost/trdb?useUnicode=true&characterEncoding=UTF-8 The following exception occurs: ja