Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Direct Oracle SQL (ALTER DATABASE/SYSTEM)
Direct Oracle SQL (ALTER DATABASE/SYSTEM)
Posted: 2000/09/10 02:39
 
Somebody knows how to execute direct SQL to database with NCOCI8 ? .Thanks in advance
RE: Direct Oracle SQL (ALTER DATABASE/SYSTEM)
Posted: 2000/09/20 01:12
 
Hi !

The same way, as all other not SELECT queries. For example:

OCIQuery1.SQL.Add('create table aaa(f1 number)');
OCIQuery1.ExecSQL;