Display Tables, Fields, and Data in MSFlexGrid
Category:
DatabaseType:
ModulesDifficulty:
BeginningAuthor:
SreeramuluVersion Compatibility: Visual Basic 6
More information:
This program displays list of tables available in a selected access (mdb) file. It displays a list of tables in a list box. Whenever you click on any table, it then displays its structure in another listbox. And in an MSFlexgrid, a list of records
in that table is displayed. This example is done using DAO.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download disp.zip