
Adding a query to a catalog
The method AddFileQuery(strName, fileName) adds the file query (customer query) specified by the fileName to the current catalog.
Parameters
- strName - The name of the file query in the catalog.
- fileName - The name of the SQL file (the SQL file is the file which contains the SQL statement).
