php3-list | 199807
Date: 07/30/98
- Next message: Stefan Powell: "Re: [PHP3] Credit Card"
- Previous message: Richard L. Spangenberg: "[PHP3] The Basics: Getting Started with Scripts"
- Next in thread: Thies C. Arntzen: "Re: [PHP3] Stored procedures"
- Reply: Thies C. Arntzen: "Re: [PHP3] Stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
L.S.
When I tried to call a stored procedure of oracle with:
$query="execute newTranslation('DEM','NLD')";
$result=Ora_Parse($cursor, $query);
if ($result) {
$result=Ora_Exec($cursor);
}
I get: Warning: Ora_Parse failed (ORA-00900: invalid SQL statement -- while processing OCI function OPARSE)
How can I execute a stored procedure from php (even if the procedure has
no output) ???
Klaasjan Tukker
Microweb BV
k.tukker <email protected>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Stefan Powell: "Re: [PHP3] Credit Card"
- Previous message: Richard L. Spangenberg: "[PHP3] The Basics: Getting Started with Scripts"
- Next in thread: Thies C. Arntzen: "Re: [PHP3] Stored procedures"
- Reply: Thies C. Arntzen: "Re: [PHP3] Stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

