|
Table 8
|
|
•
|
table=table – specifies a specific SQL table name. The table name must exist in DDFs for the database.
|
|
•
|
dbfile=file – name of a file whose location is relative to the data file location entry in DBNAMES.CFG for the current database. Since a relative location is specified, the use of drive letters, full or UNC paths is not permitted. The database engine resolves the full file name. The PSQL client does not manipulate file in any manner. Embedded spaces are permitted and are escaped by the database engine.
|
|
•
|
file=file – specifies a specific data file name. The PSQL client normalizes file and replaces the input name with the resultant fully qualified UNC name in the URI before sending the request to the database engine. Drive letters may be used and, if present, are interpreted as client-side drives. Using a UNC path is also permitted, as are embedded spaces.
|
|
•
|
pwd=password – clear text password. The PSQL client changes clear text passwords into encrypted passwords before transmission.
|
|
•
|
prompt=[ yes | no ] – tells the PSQL client how the application wants to handle the login dialog box pop-up when the database engine returns status 170 (Login failed due to missing or invalid user name) or 171 (Login failed because of invalid password). If prompt=yes is specified, the requester always displays the login dialog even if the Prompt for Client Credentials setting is Off. If prompt=no is specified, the requester assumes that the application wants to receive the status 170/171 directly and does not want the requester to display the dialog. This is useful if you want your applications to handle the prompting for credentials in response to any 170 or 171 status codes. Values other than “yes” or “no” are ignored and the requester displays the login dialog based on the Prompt for Client Credentials setting. This option is ignored on Linux and OS X systems that are acting in the role of a client.
|
|
Table 10
|
|
Database “demodata” on the local machine. The local machine is running a Windows operating system. The host element is required for Linux and OS X systems (see the example above).
|
|