hi,

OCIExecute() executes a previously parsed statement. (see OCIParse(). The
optional mode allows you to specify the execution-mode (default is
OCI_COMMIT_ON_SUCCESS). If you don't want statements to be committed
automaticly specify OCI_DEFAULT as your mode.

hope it helps
Johannes

""Randal Pitt"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9bms4l$ru4$[EMAIL PROTECTED]">news:9bms4l$ru4$[EMAIL PROTECTED]...
> Hello,
>
> Can anyone explain what OCI_DEFAULT does? as in:
>
> OCIExecute($stmt,OCI_DEFAULT);
>
> Cheers,
>
> Randal.
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to