Zoomed Image

AMSX Scripting Language - Command : datasettotable

Summary

Load the in-memory dataset buffer into temporary tables

Description

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.

Parameters

ParameterDescription
cmdNot used
Argument 0Temporary table name root (each table is named root + index)
Argument 1Naming convention for table creation, as defined by DatasetToTables
Argument 2Not used
Argument 31 to clean strings (strip control characters) when loading rows; default false

Syntax


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"

Return to the AMSX Command Reference