From the ADOx readme.txt
3.2 Using ADOX with Microsoft OLE DB Providers
Certain features of ADOX are unsupported, depending upon your OLE DB data
provider. ADOX is fully supported with the Microsoft OLE DB Provider for the
Microsoft Jet Database Engine. For the Microsoft SQL Server OLE DB Provider,
the Microsoft OLE DB Provider for ODBC, or the Microsoft OLE DB Provider for
Oracle see below. ADOX is not supported by any other Microsoft OLE DB
providers.
Microsoft SQL Server OLE DB Provider
All ADOX objects, collections, properties, and methods are supported except
for those listed here:
Catalog: Create method.
Tables: Properties for existing tables are read-only (properties for new
tables can be read/write).
Views: Not supported.
Procedures: Append method, Delete method, Command property.
Keys: Append method, Delete method.
Users: Not supported.
Groups: Not supported.
Microsoft OLE DB Provider for ODBC
All ADOX objects, collections, properties, and methods are supported except
for those listed here:
Catalog: Create method.
Tables: Append method, Delete method. Properties for existing tables are
read-only (properties for new tables can be read/write).
Views: Append method, Delete method, Command property.
Procedures: Append method, Delete method, Command property.
Indexes: Append method, Delete method.
Keys: Append method, Delete method.
Users: Not supported.
Groups: Not supported.
Microsoft OLE DB Provider for Oracle
All ADOX objects, collections, properties, and methods are supported except
for those listed here:
Catalog: Create method.
Tables: Append method, Delete method. Properties for existing tables are
read-only (properties for new tables can be read/write).
Views: Append method, Delete method, Command property.
Procedures: Append method, Delete method, Command property.
Indexes: Append method, Delete method.
Keys: Append method, Delete method.
Users: Not supported.
Groups: Not supported.
-Euan
Quote
Arnold Johnson <Arno...@compuserve.com> wrote in message
news:7un3on$2mc8@forums.borland.com...
Quote
> How does one create an Oracle Database. I know how to create an Access
> Database using ADOX etc, but tried the same for Oracle and it did not
work.
> I have Oracle Personal Edition Verion 8, Delphi5 Enterprise.