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

StripParmNames – PB Docs 2019 – PowerBuilder Library

StripParmNames – PB Docs 2019

StripParmNames

database parameter

Description

Specifies that explicitly named parameters should not be passed to
the ODBC driver.

Applies to

ODBC

Syntax

Parameter

Description

value

Specifies that explicitly named parameters should
not be passed to the ODBC driver. Values
are:

  • Yes

    Remove all parameter names from the generated call
    escape syntax.

  • No

    (Default) Keep parameter names that are explicitly
    specified and include them in the generated call escape
    syntax.

Default value

StripParmNames=’No’

Usage

By default, PowerBuilder retains parameter names if explicitly
specified in the execution of a stored procedure. As a result, syntax
such as the following might be generated and sent to the ODBC
driver:

Some database vendors do not allow parameter names to be specified
in the generated call escape syntax. To prevent the passing of
explicitly named parameters to the ODBC driver, set StripParmNames to
Yes. This means that the parameters are passed in the order
specified.

Examples

To strip explicitly stated parameter names from a stored
procedure:

  • Database profile

    Select the Strip Parameter Names check box on the Syntax page
    in the Database Profile Setup dialog box.

  • Application

    Type the following in code:


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