AZMY
Thinkware, Inc
General Order FormSupport CenterSearch this web siteAbout Azmy

 

DM API Online help

 

SQRestoreData Function


The SQRestoreData function restores data from the SQT file into the API data set.

Syntax

int SQRestoreData(      


   const char* szSQFile,
);

Parameters

szSQFile

[in] Name of the SQT file to restore the data from, and add it to the API data set.

Return Value

If the function succeeds, the return value is 0.

Remarks

SQRestoreData function retrieves data from an SQT file and add it to the API data set. The SQT file is a propriety file that stores data in a special compressed format. You can save data into this file using the SQSaveData.

Example

No example.

 

 

Copyright © 1996 - 2007 AZMY Thinkware Inc. All rights reserved.