Re: single quotes again

From: tony <tony(at)animaproductions(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: single quotes again
Date: 2002-04-06 09:08:57
Message-ID: 1018084137.4376.5.camel@annix
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have localized the source of my problem.

Macromedia Ultradev is JSP 1.0
The previous version of Tomcat I was running was also JSP 1.0. The
escaping of single quotes in sql queries was handles automagically.

Moving to Tomcat 3.2 and Tomcat 4.x I am now running a JSP 1.1 or 1.2
container. Now the escaping seems to be handled by a jakarta taglib. The
other solution seems to be - manually modify the JSP source to put "
around the insert statements.

Cheers

Tony Grant

--

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Justin Clift 2002-04-06 10:59:40 Re: single quotes again
Previous Message tony 2002-04-06 08:46:24 single quotes again