View Single Post
  #31  
Old 11-25-2003, 02:33 PM
 
chikira chikira is offline
 

Advanced Member
  
Join Date: Jul 2003
Posts: 42
 

Default

It seems that it is not adding slashes to bad characters, by bad characters I mean ones that MySQL has a fit over. I thought I had it behaving to correct that but maybe I missed a spot.

However you can do this.

Instead of "You're" type "You\'re".

This forces the system to treat the following character as a literal character.

If you have the same problem with double quotes ( " ) or at symbols ( @ ) then do the same thing. My apologies for the oversight.
__________________
Insert into Round_Hole where object=\"Square_Peg\" order by Brute_Force
Reply With Quote