Hi,
from SQL*Plus, i use:
DESCRIBE MyTable
and I get this result (example):
Nom NULL ? Type
----------------------------------------- -------- ------------------------
----
FIELD1 NOT NULL NUMBER(38)
FIELD2 VARCHAR2(30)
From PHP, the same command output:
DESCRIBE MyTable
Execute failed: ORA-00900: invalid SQL statement
Any idea?
TB
--
Click here to answer / cliquez ci dessous pour me repondre
from SQL*Plus, i use:
DESCRIBE MyTable
and I get this result (example):
Nom NULL ? Type
----------------------------------------- -------- ------------------------
----
FIELD1 NOT NULL NUMBER(38)
FIELD2 VARCHAR2(30)
From PHP, the same command output:
DESCRIBE MyTable
Execute failed: ORA-00900: invalid SQL statement
Any idea?
TB
--
Click here to answer / cliquez ci dessous pour me repondre
Comment