Re: Importing ADOX library - How?



MikeR skrev:
Found the link.....
http://codecentral.borland.com/Item.aspx?id=15292

Code contains this, which makes me revert back to my original question: How do I import the ADOX type library?

// ADODB_TLB can be obtained by importing the ADO Type Library:
//
// Select Project/Import Type Library...
// Select 'Microsoft ActiveX Data Objects 2.6 Library'
// or Add C:\Program Files\Common Files\System\ADO\msado15.dll
//
// ADOX_TLB can be obtained by importing the ADOX Type Library:
//
// Select Project/Import Type Library...
// Select 'Microsoft ADO Ext. 2.6 for DDL and Security'
// or Add C:\Program Files\Common Files\System\ado\msadox.dll

/Pontus
.