CreateMemoryDataStore

Creates an in-memory data source. This will function exactly like a standard data source, but it will only persist until the current session ends or a new model is loaded into the session. When the in-memory data source expires, all data saved to it will be lost.

Syntax

CreateMemoryDataStore( DataSourceName );

Parameters

Parameter Name Type Description Optional? Default Value
DataSourceName String The name of the new in-memory data source. No n/a

Output

If successful, the function will return an empty string; otherwise, it will return an error message.