RE: TOMCAT 5.0.28 stability

2007-03-27 Thread Bob Hall
--- Dwight Farris <[EMAIL PROTECTED]> wrote: > Thanks for your response; I will look into the SQL > code > > Dwight > > -Original Message- > From: gb1071nx > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 27, 2007 9:47 AM > To: Tomcat Use

RE: TOMCAT 5.0.28 stability

2007-03-27 Thread Dwight Farris
Thanks for your response; I will look into the SQL code Dwight -Original Message- From: gb1071nx [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 9:47 AM To: Tomcat Users List Subject: RE: TOMCAT 5.0.28 stability This is certainly not a tomcat stability problem, it'

RE: TOMCAT 5.0.28 stability

2007-03-27 Thread gb1071nx
This is certainly not a tomcat stability problem, it's the application that has been coded poorly > syntax to use near 's Time Management workshop You've got some SQL code somewhere that looks like this: String sql = "INSERT INTO table (foo) VALUES('" + fooVar + "')"; And you're inserting data