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

EXECUTE – PB Docs 2022 – PowerBuilder Library

EXECUTE – PB Docs 2022

EXECUTE

SQL statement

Description

Executes the previously declared procedure identified by
ProcedureName.

Syntax

Parameter

Description

ProcedureName

The name assigned in the DECLARE statement of the
stored procedure you want to execute. The procedure must have
been declared previously. ProcedureName is not necessarily the
name of the procedure stored in the database.

Usage

The USING TransactionObject clause is not allowed with EXECUTE;
the transaction object was specified in the statement that declared the
procedure.

Error handling

It is good practice to test the success/failure code after
executing an EXECUTE statement.

Examples

This statement executes the stored procedure Emp_proc:


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