Commands
Database commands are started in the coreprogram via a database::databasecommand call. The selected database plugin is called via an CBPMSTartMain.vi overwrite. The minimal commands a database plugin must undrstand are:
command |
description |
---|---|
synchronize |
synchronized the open bundle with the database. Important: The synchronize function must send back a notifier to the core program,when no further user interactions are needed (name of notifier: databaseWait) |
authenticate |
authenticates the user to the database |
downloads |
downloads data from the database |
Add Comment