Microsoft ActiveX (R) Data Objects Extensions For DDL and Security Readme File
Microsoft ActiveX (R) Data Objects Extensions For DDL and Security Readme File
--------
CONTENTS
--------
1. PRODUCT DESCRIPTION
2. FEATURES
3. TECHNICAL NOTES
----------------------
1. PRODUCT DESCRIPTION
----------------------
Microsoft® ActiveX® Data Objects Extensions for Data Definition Language and
Security (ADOX) is an extension to the ADO objects and programming model. ADOX
includes objects for schema creation and modification, as well as security.
Because it is an object-based approach to schema manipulation, you can write code
that will work against various data sources regardless of differences in their
native syntaxes.
---------------
2. FEATURES
---------------
ADOX is a companion library to the core ADO objects. It exposes additional objects
for creating, modifying, and deleting schema objects such as tables and
procedures. It also includes security objects to maintain users and groups and to
grant and revoke permissions on objects.
------------------
3. TECHNICAL NOTES
------------------
Not all properties of Table, Index, and Column objects may be supported by your
data provider. An error will occur if you have set a value for a property that is
not supported by the provider. For new Tables, Indexes, or Columns the error will
occur when the object is appended to the collection. For existing objects, the
error will occur when setting the property.
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.
All ADOX objects, collections, properties, and methods are supported except for
those listed here:
All ADOX objects, collections, properties, and methods are supported except for
those listed here:
All ADOX objects, collections, properties, and methods are supported except for
those listed here:
-----------------
4. KNOWN BUGS, LIMITATIONS, AND WORKAROUNDS
-----------------
The following is a list of ADOX known bugs.
The DateCreated and DateModified properties are NULL for newly appended objects.
After appending a new View or Procedure, you must call the Refresh method of the
Views or Procedures collection to obtain values for the DateCreated and
DateModified properties.
When calling the SetPermissions method of a Group or User, setting the Actions
parameter to adAccessRevoke overrides any settings of the Rights parameter. Do not
set Actions to adAccessRevoke if you want the rights specified in the Rights
parameter to take effect.
The documentation for the Append method of the Keys collection should include an
optional fourth parameter called RelatedColumn. The updated syntax is:
The documentation for the IndexNulls property of the Index object should include
one more Enum constant in the table of valid values:
adIndexNullsAllow The index does allow entries where the key columns are Null.
If a Null value is entered in a key column, the entry is inserted into the index.