Recent content by Bennon

  1. B

    Oracle database name

    I want do the choice of the LogonDatabase of a TOracleSession component. But how I fetch the list of the existing databases ?
  2. B

    Execute several SQL commands in TQuery

    How can I execute several commands in a TOracleQuery. My TOracleQuery.SQL is create table pcomessai3 (toto varchar2(15)); alter table pcomessai3 add (toto1 varchar2(45)); and when I execute, a error occurs : 'ORA-0911' on the semicolon (it doesn't reconize the ; as a SQL terminator) Why ...
Back
Top