I've been reading about ways to help secure an application against database
hacking, and I've read more than once now that it's wise to turn off tracing
within the ODBC drivers when issuing sensitive commands, by setting
SQL_ATTR_TRACE to SQL_ATTR_OFF.

But I can't figure out how to do that with the odbc_* functions.  The
closest I could come was odbc_setoption(), but the manual cautions against
using this function in a production environment.

Is there a way to pull this off in PHP?

--
Jeff S.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to