DescriptionThis will remove the data source from the databaseSyntaxFunction Drop()ParametersnoneReturn ValuesnoneExample:
Function Drop
()
If DS.TableExists() Then DS.Drop()
See alsoCreate DS