You are here: start » abeu:start » abeu:modules
Modules used in Access Back-End Updater
ABEU currently requires 5 modules to be packaged with your application. Below is their descriptions.
basBEUpdater
This module contains constants used by ABEU such as dialog boxes, table names, and the path to the INI file that can be redefined by the developer. It also contains a few functions used by ABEU that should probably be moved into clsBEUpdater.
basFileDialog
This is a helper class that contains the file dialog functions. It is used to allow the customer to select their back-end database(s) prior to an upgrade.
basINIFunctions
This is a helper class that contains the INI functions. It is used to read/write from the INI file used to keep track of the back-end database locations, usernames, and passwords.
basStatusMeter
This is a helper class that contains the progress bar functions. It is used to display a status bar to inform the user of the update progress.
clsBEUpdater
This is the main class required for ABEU to function.