USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Execute collected SQL and store the result as a dataset, optionally writing it to a file
Runs the SQL accumulated between TEXT and ENDTEXT on the main connection and stores the result as the current dataset buffer. If a file path is provided, the dataset is also written to disk in binary format for later use by DatasetFileToTable.
| Parameter | Description |
|---|---|
| cmd | File path to write the dataset to; leave blank to only cache the dataset in memory |
| Argument 0 | Optional CSV list of table names to assign to each result set in the dataset |
ExecuteTextToDataset "File path to write the dataset to; leave blank to only cache the dataset in memory", "Optional CSV list of table names to assign to each result set in the dataset"