ClodeDb ()

Close the data base.

Usage

CloseDb( showSaveDlg = False, saveDbFlg = True )

Parameters

showSaveDlg (boolean)
A flag which determines if the save confirmation dialog should be shown to you or not.
saveDbFlg (string)
If this flag is True, the data base changes will be saved, or else they will not be saved.

Return Value

None

Errors

None

Description

This routine closes the data base. showSaveDlg determines if the save confirmation dialog should be shown to you or not. If saveDbFlg flag is True, the data base changes will be saved, or else they will not be saved. For example,
CloseDb( )