|
DM API Online help | |
SQReadTextData FunctionThe SQReadTextData function reads text delimited data into the API data set. Syntax int SQReadTextData(
const char cSeparator
);
Parameters szFileName[in] Name of the text delimited file.cSeparator[in] The separator used to separate the data in the text file.Return Value Number of rows read into the API data set. Remarks SQReadTextData Use this function to read text data into the API data set. The text file should be delimited and the delimiter should be passed to the function in order for the data reader to parse the string and construct the data set. Example See example 2 |
| Copyright © 1996 - 2007 AZMY Thinkware Inc. All rights reserved. |