Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: How to dealing with single quote ( ' ) and duoble quote ( " ) while inserting a record ?


Message #1 by "Roy Ngan" <bean_00@h...> on Mon, 5 Feb 2001 09:12:05 -0000
Hi Roy

You need to escape the ' & " with \
 ie ' becomes \'

Tom


  Return to Index