Home
News
Blogs
Jobs
About Us
Contact Us
Products
dbCAP
AnyDAC
ThinDAC
NCOCI8
Services
Downloads
dbCAP
AnyDAC
ThinDAC
NCOCI8
Other
Support
Forums
Tickets
Search
Login
Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Direct Oracle SQL (ALTER DATABASE/SYSTEM)
Forum List
 » 
NCOCI8
 » 
General English
Jo
User
Fresh Boarder
Posts:
7
Karma:
0
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
Diman
Admin
Admin
Posts:
1495
Karma:
19
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;
Forum List
 » 
NCOCI8
 » 
General English