SQLRTGetBatchMode
InstallShield 2022 ยป InstallScript Language Reference
Project:This information applies to InstallScript projects.
The SQLRTGetBatchMode function returns whether the batch mode is enabled or disabled.
Note:The SQLRTGetBatchMode function uses SQLRT.dll; therefore, it can be called only after SQLRTInitialize2 has already been called. To learn more, see Using the SQL Run-Time Functions in InstallScript and InstallScript MSI Projects.
Syntax
SQLRTGetBatchMode();
Parameters
SQLRTGetBatchMode takes no parameters.
Return Values
Return Value |
Description |
TRUE |
Batch mode is enabled. |
FALSE |
Batch mode is disabled. |
Additional Information
For details about batch mode, see Specifying the Order for Running Multiple SQL Scripts That Are Associated with a Connection.
See Also