Save
Description
Saves the query to the specified file.
Syntax
VBScript
querydef.
Save
fileName
Perl
$querydef->Save
(fileName);
- Identifier
- Description
- querydef
- A QueryDef object.
- fileName
- A String containing the name of the file.
- Return value
- A Bool containing the value True if the query was successfully saved, otherwise False.