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.
hsDropTable(mdb, tbl, isPtrn = FALSE, dbg = TRUE)
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 |