AdoDbDropTable

<< Click to Display Table of Contents >>

Navigation:  The Vo2Ado RDD > RDD Support Library > AdoDb() functions >

AdoDbDropTable

Previous pageReturn to chapter overviewNext page

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.