★ wanayoo — archive 1999 http://www.php.net/manual/de/function.ora-parse.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Oracle
Quick Reference
English version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Oracle
* Ora_Bind
* Ora_Close
* Ora_ColumnName
* Ora_ColumnType
* Ora_Commit
* Ora_CommitOff
* Ora_CommitOn
* Ora_Error
* Ora_ErrorCode
* Ora_Exec
* Ora_Fetch
* Ora_GetColumn
* Ora_Logoff
* Ora_Logon
* Ora_Open
* Ora_Parse
* Ora_Rollback
Manual: Ora_Parse
View the source code for this pageSearch the site



Previous page
 Ora_Open
 Updated
Sat, 12 Aug 2000
Ora_Rollback 
Next page


Ora_Parse

(unknown)

Ora_Parse -- parse an SQL statement

Description

int ora_parse (int cursor_ind, string sql_statement, int defer)

This function parses an SQL statement or a PL/SQL block and associates it with the given cursor. Returns 0 on success or -1 on error.


User Contributed Notes: Ora_Parse


schultz@mitotix.com
03-Aug-1998 09:04
ora_parse returns a true value when there is no error, and a false value when there is an error. (not 0 and -1)


butthead@ruxy.org.ru
17-Nov-1998 10:00
It seems strange. I think it returns
-1 (true) on success and 0 if fails.
At least for me in PHP 3.0.6 dev win32.
Also I am confusing with <CODE>defer</CODE>.
What is it?



kb514ng@hotmail.com
21-May-2000 09:30
What int defer use for?


niko1@mail.com
20-Jul-2000 12:05
give me an example of ora_parse pleas.the syntax is not very clear for me.
thanks
niko



 About Notes


Previous page
 Ora_Open
 Updated
Sat, 12 Aug 2000
Ora_Rollback 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.