On 5/28/07, Nick Kew <[EMAIL PROTECTED]> wrote:
I'm looking to implement a DBD driver with a library that has no prepared statement support. Having asked on its developer list, they recommend using stored procedures instead.
Why not using 'quoting' functions? (like, say, mysql_real_escape_string() ). Perhaps you could do something with va_copy (or __va_copy, in some systems). HTH, -- Gonzalo A. Arana
