Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: DB query with a "\" on a string


Message #1 by "matt" <mattslists@o...> on Mon, 15 Jan 2001 10:52:33 -0000
This is probably because a \ is normally treated as an escape character 

for things such as field delimeters - e.g. , " ' etc - and special
characters - e.g. @ =E9 =FA etc.

> -----Original Message-----
> From: mattslists@o...
> [mailto:mattslists@o...]
> Sent: 15 January 2001 10:53
> To: pro_jsp@p...
> Subject: [pro_jsp] DB query with a "\" on a string
>
>
> i have page that that checks a database for a string.  if the
> string is not
> there, i return an error message.  this all works fine until i place a

> backslash on the end of the string.  the string with the
> backslash does not
> exist in the DB.  any explanations, or should this be going
> to a DB list.  i
> am using mysql and tomcat on unix
>
> thanks

  Return to Index