AdoDbDropTable
<< Click to Display Table of Contents >> AdoDbDropTable |
![]() ![]() ![]() |
FUNCTION AdoDbDropTable(cTable AS STRING) AS LOGIC
RETURN DBINFO(DBI_DROPTABLE, cTable)
This will drop a table on the OleDb provider. It may be used to drop temporary tables.
The return value indicates if the drop was succesfull or not.