Drop

Description

This will remove the data source from the database

Syntax

Function Drop()

Parameters

none

Return Values

none

Example:

If DS.TableExists() Then DS.Drop()

See also

Create

DS