Install ADOX into Delphi 2005



Hi,

Does anyone know how to do this?

There are some references out there for older versions, but the instructions don't fit the D2005 method.

For example:
To use ADOX in Delphi, you should establish a reference to the ADOX type library.
1. Select Project | Import Type Library
2. Choose "Microsoft ADO Ext 2.x for DDL and Security (Version 2.x)"
3a. Change "TTable" to "TADOXTable"
3b. Change "TColumn" to "TADOXColumn"
3c. Change "TIndex" to "TADOXIndex"
3d. Change "TKey" to "TADOXKey"
3e. Change "TGroup" to "TADOXGroup"
3f. Change "TUser" to "TADOXUser"
3g. Change "TCatalog" to "TADOXCatalog"
4. Press Install button (rebuilding packages)
5. Press OK once and Yes twice
6. File | Close All | Yes

This is on delphi.about.com.

In D2005, there appears to be no way to change TTable to TADOXTable.

Also, which package should it be installed into, and when it's installed, will there be icons on the tool pallet?

Thanks,

Andy
.


Quantcast