[prog] bind variables (was: PHP script security)

Dan Richter daniel.richter at wimba.com
Tue Aug 19 11:47:20 EST 2003


>Just out of curiosity, do other databases have bind variables? or is that 
>yet another Oracleism?

I don't know if any other databases support it.

Java has something like it called prepared statements:
   http://java.sun.com/j2se/1.4.2/docs/api/java/sql/PreparedStatement.html

But Java is generic; prepared statements work even on databases that don't 
"support" (pre-parse) them.

-- 
   When a program dies / what you need is a moment / of serenity.
       - Damian Conway, whose Perl module transforms computer
         error messages into haikus.



More information about the Programming mailing list