Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Sec_Data_Integrity – PB Docs 2022 – PowerBuilder Library

Sec_Data_Integrity – PB Docs 2022

Sec_Data_Integrity

database parameter

Description

When you access an SAP Adaptive Server Enterprise database in
PowerBuilder through Open Client, Sec_Data_Integrity is one of several
parameters that support per-packet security for network-based security
services. (For other per-packet security parameters, see the See Also
section.)

Sec_Data_Integrity controls whether your connection’s security
mechanism checks the integrity of data transmitted to and from the
server. When Sec_Data_Integrity is set to 1, the security mechanism
analyzes all packets to ensure that their content was not modified
during transmission.

When Sec_Data_Integrity is set to 0 (the default), no integrity
checking is performed.

You must specify a value for Sec_Data_Integrity before connecting
to the database in PowerBuilder.

Using third-party security mechanisms

For information about the third-party security mechanisms and
operating system platforms that has been tested with Open Client
security services, see the Open Client documentation.

Applies to

ASE, SYC SAP Adaptive Server Enterprise

Syntax

Parameter

Description

value

Specifies whether your connection’s security
mechanism performs integrity checking on data transmitted to and
from the server. Values are:

  • 0

    (Default) Do not check data integrity. You can also
    specify ‘No’ or ‘False’ to set this value.

  • 1

    Check data integrity by analyzing all packets to
    ensure that their content was not modified during
    transmission. You can also specify ‘Yes’ or ‘True’ to set
    this value.

Default value

Sec_Data_Integrity=0

Usage

When to use

Your connection’s security mechanism can check data integrity only
when your connection is also using network-based login authentication.
For information, see your SAP Sybase Open Client/Server
documentation.

Set Release parameter

For this parameter to take effect, you must also set the Release
parameter to 11 or higher to specify that your application should use
the appropriate version of SAP Sybase Open Client Client-Library
(CT-Lib) behavior. See the description of the Release parameter for more information.

Requirements for use

To use Sec_Data_Integrity or any other parameter supporting Open
Client security services, you must meet certain requirements for using
security services in your PowerBuilder application. For details, see
the section called “Requirements for using Open Client security services” in Connecting to Your Database.

Corresponding CT-Lib connection
property

Specifying a value for Sec_Data_Integrity sets the corresponding
SAP Sybase CT-Lib connection property named CS_SEC_INTEGRITY.

Examples

To specify that your connection’s security mechanism checks data
integrity:

  • Database profile

    Select the Ensure Data Integrity check box on the Security
    page in the Database Profile Setup dialog box.

  • Application

    Type the following in code:

See also

Release

Sec_Confidential

Sec_Data_Origin

Sec_Replay_Detection

Sec_Seq_Detection


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x