Re: Problem with SQL Dates since MySQL Upgrade

2005-06-21 Thread TroyGeek
s it by creating new String object from this byte array. > > > - Original Message - > From: "TroyGeek" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, June 21, 2005 1:42 PM > Subject: Re: Problem with SQL Dates since MySQL Upgrade > > > I figured ou

Re: Problem with SQL Dates since MySQL Upgrade

2005-06-21 Thread Dima Gutzeit
That problem was that you were getting byte array instead of String, you could bypass it by creating new String object from this byte array. - Original Message - From: "TroyGeek" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 21, 2005 1:42 PM Subject: Re: Problem with

Re: Problem with SQL Dates since MySQL Upgrade

2005-06-21 Thread TroyGeek
I figured out the problem on my own. I upgraded my JDBC driver for MySQL from 3.1.6 to 3.1.8 and now everything works fine. thank you. On 6/18/05, TroyGeek <[EMAIL PROTECTED]> wrote: > Hello, > I'm using Tomcat 5.0.28. I think I might be using JSTL 1.0. I'm using > Java 1.4.2_05. > I develop a sm

Problem with SQL Dates since MySQL Upgrade

2005-06-18 Thread TroyGeek
Hello, I'm using Tomcat 5.0.28. I think I might be using JSTL 1.0. I'm using Java 1.4.2_05. I develop a small webapp on Windows. When I'm done coding the web pages, I upload to a Linux server. The linux server recently had its MySQL database upgraded from MySQL 3 to MySQL 4.1. Since that change,