SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DS (Data Source)‎ > ‎

Drop


Common Objects


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