Alter table by TOracleQuery

teuff

Member
C++ Builder 5 - Oracle 8.1.6 - Doa 3.3.2

I try to add column by an alter table with a TOracleQuery.
(sentence : ALTER TABLE aTable ADD (aColumn NUMBER(*,0) DEFAULT 1))
This provide an oracle error ORA-00604 (error occured at recursiv SQL level String) and ORA-00942 (table or view does not exist).

By the way, if i add contraints by the same way, it works.

Is it possible to add column by TOracleQuery?
If not why can i do?
 
It should work just fine. There is just one possible explanation: aTable does not exist...

------------------
Marco Kalter
Allround Automations
 
Back
Top