| Title | Description | Download | Commands Used |
|---|---|---|---|
| Export Data Dialog | This database will show how to use the EXPORT DATA command to bring up a dialog which allows the user to pick which fields, delimiters, formatting, etc. to use when exporting records. | Win | Mac | |
| Export All Data | This database will show how to export all data from all tables in a database. This is useful when rebuilding a database. | Win | Mac | |
| Import Data Dialog | This database explains how to use the IMPORT DATA command to bring up a dialog which allows the user to pick which fields, delimiters, formatting, etc. to use when importing data. | Win | Mac | |
| Import/Export Project Dialogs | This examples will show how to store the settings from the Import/Export dialog into a Blob field that can later be recalled. Since the two methods to import or export data are very similar, we combine them into one method and call it with either an "Import" or "Export" parameter. | Win | Mac | |
| Import Picture | This database will show how to use READ PICTURE FILE to import pictures into your database. Examine the script in the Import button to see the code. | Win | Mac |