"Thies C. Arntzen" <[EMAIL PROTECTED]> wrote... : > i don't really think it's a needed function as it won't > support binding of variables and setting the execute mode.
I just noticed that MSSQL has also a very similar case. You have mssql_query() for the queries and mssql_init(), mssql_bind(), mssql_execute() for stored procs. The difference seems to be that the queries in MSSQL cannot be binded, while in OCI they can. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php