Nathan Gross wrote:

>>Nearly every mysql client library has some kind of function to perform this
>>escaping for you. Please refer to the manual of the client library you are
>>using to see if your client has it or if it escapes content as part of the
>>execution of certain methods or calls.
> 
> I use Java. I don't know where to look for such a function.

The java.sql and javax.sql sections of the JavaDoc would be a good
place to start :-)

/*  hint: java.sql.PreparedStatement  */
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to