tdExecSQL
Structure
tdExecSQL(iDataSet)
Type
Function
Description
This function will execute the current sql in one of the 10 temporary datasets that exists in IndySoft solely for the purpose of running custom script sql. The SQL should not return any data.
Parameters: 1
iDataSet=# of dataset, must be 1-10. IndySoft provides 10 datasets that can be accessed through 'td*' custom script functions.
Example
if tdExecSQL(1) then ShowMessage('Successful SQL Execution'); |