PLB_SQLIO_HOST Keyword
PLB_SQLIO_HOST={hostname}
This keyword defines the default SQL database source that is connected to when executing SQLIO operations. The {hostname} string is unique to the SQL database engine that is connected. If this keyword is not specified, the runtime looks for the PLB_SCHEMA keyword to get a default SQLite database source. If the PLB_SCHEMA keyword is not found, the runtime uses the runtime default SQLite database source named 'sunschema.db' that is located with the runtime executable. The explicit behavior invoked by this keyword is the same as described for the {host} parameter in the DBCONNECT instruction.
The SQLIO keywords are placed into the [Environment] section for the INI files for normal runtimes. In the case of an Application Server the SQLIO keywords that are placed in the [Environment] section are used for normal Windows clients. However, when Windows CE clients are being used, these keywords must be specified in the specific Windows CE sections named [Env_wincepk], [Env_wincene], and [Env_console].
See Also: PLBWIN Keywords, PLBCE Keywords, PLBLinux Environment Variables, Compiler and Runtime Options
![]() |