Bagaimana mengekspor struktur tabel dari Database MS Access
- Open MS Access and open your database. (For this sample the CarsDB.MDB sample database installed with ASPxperience was used)
- Press ALT+T+Y+D to open the Documentor. (This is a legacy menu option that still works as long as you know the shortcut)
- Click the Table tabs
- In the Documentor Table tab check the Cars and CarScheduling tables (see Figure 1)
- Click the Options button
- In the Include for Table group check Properties only
- In the Include for Fields group select the Names, Data Types, and Sizes radio button
- In the Include for Indexes group select the Nothing radio button (see Figure 2).
- Click OK to close the Print Table Definition dialog
- Click OK to generate the documentation
- When the documentation report is finished the Print Preview tab will be displayed. Click Text File in the Data section to export the report to a text file
- In the Export – Text File dialog (see Figure 3)
- Check open the destination file after the export operation is complete
- Click OK
- For the encoding choose Windows default
Advertisement