Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

IsolationLevel [Table of Contents] QCCSIDRemap

Access Service User's Guide DirectConnect for AS/400

[-] Chapter 2 Configuring the DirectConnect Access Service Library
[-] Access service Target Interaction properties
[-] PasswordRequired

PasswordRequired

Specifies whether an access service requires a user-supplied password to allocate the conversation with the database. The access service sends the password to the database.

Syntax

PasswordRequired=[ no | yes ]

Default

no

Values

no indicates that an access service attempts to connect to the database whether or not there is a password. However, if the database requires a password for login and none is provided, the database sends an error message to the client application.

yes indicates that an access service checks for a password before it makes the APPC connection. If it does not find a password, the access service does not attempt to make a connection and sends an error message to the client application.

Comments

The PasswordRequired property has no tie with the APPCSecurity property.


IsolationLevel [Table of Contents] QCCSIDRemap