Datasourcedelete()
Removes the given datasource. Note, it will not remove any datasource that was registered with the underlying bluedragon.xml file
Usage
BOOLEAN = Datasourcedelete(
datasource
)
Argument | Summary |
---|---|
datasource | datasource name to delete |
Calling
Supports named-parameter calling allowing you to use the function like:
Datasourcedelete( datasource=? );
Supports passing parameters as a structure using ArgumentCollection:
Datasourcedelete( ArgumentCollection={ datasource : ? } );
See Also
Csvread
Csvwrite
Datasourcecreate
Datasourcedelete
Datasourceinfo
Datasourceisvalid
Dbinfo
QueryAddcolumn
QueryAddrow
QueryColumnarray
QueryColumnlist
QueryDeletecolumn
QueryDeleterow
QueryEach
QueryIsempty
QueryNew
QueryOfqueryrun
QueryRenamecolumn
QueryRequestmetrics
QueryRowstruct
QueryRun
QuerySetcell
QuerySort
QueryToarray
Quotedvaluelist
ToHtml
Valuelist