Re: Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-03 Thread Sameer Acharya
. Might be your JDBC driver is older. -Sameer --- On Mon, 8/4/08, Len Popp <[EMAIL PROTECTED]> wrote: > From: Len Popp <[EMAIL PROTECTED]> > Subject: Re: Problem with Displaying Result of a MySQL Join in Tomcat > To: "Tomcat Users List" > Date: Monday, August 4

Re: Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-03 Thread Len Popp
at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) >at java.lang.Thread.run(Unknown Source) > > I ran the query in MySQL Command Line Client on both XP and Vista and they > return identical results. > > Thanks > Glyn > > -O

RE: Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-03 Thread Glyn Thomas
unday, August 03, 2008 11:31 AM To: Tomcat Users List Subject: Re: Problem with Displaying Result of a MySQL Join in Tomcat There might be a simpler solution than migrating to a completely different OS. :-) What exactly do you mean by "don't get retrieved"? Does it throw an exceptio

Re: Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-03 Thread Len Popp
There might be a simpler solution than migrating to a completely different OS. :-) What exactly do you mean by "don't get retrieved"? Does it throw an exception? Is there an error message in Tomcat's log? When you execute the query in MySQL, do you get exactly the same results as on the old syste

Re: Problem with Displaying Result of a MySQL Join in Tomcat

2008-08-02 Thread Sam Wun
why not use Linux? On Sun, Aug 3, 2008 at 10:02 AM, Glyn Thomas <[EMAIL PROTECTED]> wrote: > I am in the process of converting a Tomcat front end for a MySQL database > from > > Windows XP to Windows Vista. > > > > The XP version used MySQL Version 5.0.22, Tomcat 5.5.20, JRE 1.5.0 release > > 12