First, give a full version of the address. If you have installed the office on your machine, you should be able to open the: ADOX object model,
Address: "C: \ Program Files \ common files \ microsoft shared \ office11 \ 2052 \ ado210.chm ",
You can enter "hh.exe c: \ Program % 20files \ common % 20files \ microsoft % 20shared \ office11 \ 2052 \ ado210.chm:/htm/admscobjectmodel.htm" to locate the problem.
ADOX object model diagram:
1. ADOX Overview
Microsoft ActiveX Data Objects extensions for Data Definition Language and Security (ADOX) is an extension of ADO objects and programming models. ADOX includes the objects used for mode creation and modification, as well as security. Because it is based on object implementation mode operations, you can write code that can run effectively on various data sources, regardless of the differences in their original syntax.
ADOX is the extension library of core ADO objects. Other Objects exposed by it can be used to create, modify, and delete schema objects, such as tables and processes. It also includes security objects, which can be used to maintain users and groups and grant and revoke permissions on objects.
To use ADOX through development tools, you need to create a reference to the ADOX Type Library. The description of the ADOX library is "Microsoft ADO Ext. For DDL and Security .". The ADOX library file name is "msadox. dll ",ProgramThe ID (progid) is "ADOX ". For more information about creating a library reference, see the development tool documentation.