|
DM API Online help | |
SQSaveData FunctionThe SQSaveData function data saves data stored in the API data set into an SQT file. Syntax int SQSaveData(
const char* szSQFile
);
Parameters szSQFile[in] Name of the SQT file you want to store data.Return Value If the function succeeds, the return value is 0. Remarks SQSaveData function saves data from the API data set into an SQT file. The SQT file is a propriety file that stores data in a special compressed format, and data from this file can be restored using SQRestoreData. Example See example 3 |
| Copyright © 1996 - 2007 AZMY Thinkware Inc. All rights reserved. |