Nathan Gross wrote:

>>/*  hint: java.sql.PreparedStatement  */
> 
> I thought we are talking about a mysql specific function, which would
> not be in the vanilla j2se/j2ee pkg's. Actually, you know, I don't
> even know exactly what function I need to be looking for!

We're talking about escaping certain characters automatically, the
capability provided by PreparedStatements, implemented in this case
by Connector/J, which *is* MySQL-specific  :-)

<http://dev.mysql.com/doc/refman/5.0/en/cj-implementation-notes.html>

HTH,
-- 
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