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

 

DM API Online help

 

SQEngine Function


The SQEngine function reads a data text file, runs the fact engine, and writes facts to a text file.

Syntax

int SQEngine(      


    const char* szDataFile ,
   const char* szFactFile,
   const char* szSetupFile 
);

Parameters

szDataFile

[in] Name of the text file containing data. The text file should be using comma delimited formats.

szFactFile

[in] Name of the text file to write the generated facts.

szSetupFile

[in] Name of the ini file containing Fact Engine Setup (optional)

 

Return Value

Number of facts found in the data.

Remarks

SQEngine function reads a comma delimited text data file, applies the Facts Engine settings and runs the engine. If facts were found it writes the generated facts into a text file.

Example 

No Example

 

 

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