Recent content by teuff

  1. T

    Alter table by TOracleQuery

    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...
Back
Top