PLBWEB_USEINI_DEFAULT Keyword


10.4

PLBWEB_USEINI_DEFAULT={ on | off }

 
This keyword is optional and turns on PLB_xxx language keyword settings declared in an '.ini' file that is specified by the client browser URL 'runopt=-i{ini name}' file parameter.

Note:

1.   If this keyword is not used, this is the same as setting this keyword to 'off'. In this case, the following PL/B language keyword settings can ONLY be specified in the 'plbwebsrv.ini' configuration file:

 

                  PLB_SCHEMA

                  PLB_SQLIO_INIT

                  PLB_SQLSCHEMADB

                  PLB_SQLTABLEDB

                  PLB_OPENUSESQL

                  PLB_PREPUSESQL

                  PLB_SQLIO_DEBUG_LOG

                  PLB_SQLIO_HOST

                  PLB_SQLIO_USER

                  PLB_SQLIO_PASS

                  PLB_SQLIO_CONN

                  PLB_SQLIO_EXT

                  PLB_SQLIO_FLAGS

                  PLB_SQLIO_SCOPEID

                  PLB_SQLIO_SQLTYPE

                  PLB_SQLIO_DRIVER

 

2.   If this keyword is set to be 'on', the PWS server allows all supported PLB_xxx keywords to be processed from the (ini name} file specified by the {client browser URL 'runopt=-i{ini name}' file parameter. In this case, the {ini name} file keywords override the 'plbwebsrv.ini' keyword settings.

3.   The PLBWEB_xxx keywords can only be specified/used for the PWS server settings using the 'plbwebsrv.ini' configuration file.

 

 

See Also: PLBWEBSRV Keywords, Server Command Line



PL/B Web Server PLBWEB_USE_WEBVIEW PLBWEB_USER_CSS