quot;;
OCIExecute($stmt, OCI_DEFAULT);
Please let me know if this makes sense,
Anthony Carlos
> From: [EMAIL PROTECTED]
> Date: Mon, 10 Sep 2001 11:10:04 -0800
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] creating an Oracle variable...
>
> Hi,
>
> I creat the variable
Hi,
I creat the variable "test" using the sql plus:
var test varchar2(10);
I´ve been trying to do it wiht PHP:
$comando1 = "exec var test varchar2(10);";
$controle = OCIParse ($connection, $comando1);
if ($controle == false){
echo OCIError($