Search

GetDataset

Saving XML Data to a BLOB

There are scenarios where you may want to save XpressDox interview data as an XML dataset into a BLOB. For example, to store matter-specific data against a matter record in your practice management system, and to retrieve it again the next time that matter is opened in an interview.  ...

GetDataset - XpressDox

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...

Save the Dataset into a Database Column

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...
Loading...