|

RE: [PHP3] Calling Oracle Procedures
From: Day, Grantley (GDay <email protected>)
Date: 05/03/00
You can use "BEGIN procedure; END;" as a valid SQL call, using ociparse &
ociexecute that will execute your stored procedure inside the database.
Grantley Day
-----Original Message-----
From: White, Bob [mailto:rcwhite <email protected>]
Sent: Tuesday, May 02, 2000 11:12 AM
To: php3 <email protected>
Subject: [PHP3] Calling Oracle Procedures
Hi,
I am new here and haven't found the function in the php3_OCI80.dll that will
allow me to call an Oracle Procedure. Is this possible? Can someone point
me in the right direction?
TIA
Bob White
--
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to:
http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <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, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>
|