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.
Load the in-memory dataset buffer into temporary tables
Takes the dataset currently held in the dataset buffer (populated by ExecuteTextToDataset or a similar command) and creates a temporary table for each DataTable in the dataset. Use this when the dataset is already in memory and does not need to be re-read from disk.
| Parameter | Description |
|---|---|
| cmd | Not used |
| Argument 0 | Temporary table name root (each table is named root + index) |
| Argument 1 | Naming convention for table creation, as defined by DatasetToTables |
| Argument 2 | Not used |
| Argument 3 | 1 to clean strings (strip control characters) when loading rows; default false |
DatasetToTable "Not used", "Temporary table name root (each table is named root + index)", "Naming convention for table creation, as defined by DatasetToTables", "Not used", "1 to clean strings (strip control characters) when loading rows; default false"