Removes the table \(tbl\) (if permitted). This function performs opening of the connection, dropping of the table and closing of the connection. If an error occurs the program stops and an error description is shown.
Arguments
- mdb
full path to MS Access database (*.mdb).
- tbl
table name.
- isPtrn
if TRUE, tbl is interpreted as a regular expression matching the names of the tables to be deleted.
- dbg
if TRUE, debug messages are shown