There are any number of reasons that you might want to save the dataset for a template into a single column in as database. One of these would be to report on the data set, as described here. The first step is to write the dataset into a column. This is described in the GetDataset article. […]
XpressDox Help Center
Use Google To Find Help Fast, e.g. xpressdox choosefromlist
Press Getting Started in the XpressDox toolbar for basic template development
Watch the tutorial videos
View command help from list of commands
Press F1 for help on a command in the Command Editor
Email support@xpressdox.com for assistance
Tag: GetDataset
Tag: GetDataset
Save the Dataset into a Database Column
The GetDataset Function
The GetDataset Function
This function was introduced to enable the entire dataset to be saved as a BLOB in a data base. Typically, this function will be used in the context of a SetDataSourceData function, something like this: «SetDataSourceData(‘StagingDataSource’,Guid(), ‘XMLBlob’,GetDataset(), ‘Description’,Name)» In the above, the value of the Guid() function would be used as an arbitrary, unique, ID of […]