
The code demonstrate the use of ADOX (Microsoft ActiveX Data Objects Extensions for Data Definition Language and Security).
This will be a series of sample codes that will demonstrate the use of ADOX.
For this sample the code will access an mdb file and display its tables and related fields in the listbox. Also supports password protected mdb file.
Assumes
To use ADOX with your development, you should establish 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, and the program ID (ProgID) is "ADOX".
Please Vote and comment for this. THANKS!