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

CLOSE Procedure – PB Docs 125 – PowerBuilder Library

CLOSE Procedure – PB Docs 125

CLOSE Procedure SQL statement

Description

Closes the SQL procedure ProcedureName;
ends processing of ProcedureName.

note.png DBMS-specific

Not all DBMSs support stored procedures.

Syntax

Parameter

Description

ProcedureName

The stored procedure you want to close

Usage

This statement must be preceded by an EXECUTE statement
for the same procedure. The USING TransactionObject
clause is not allowed with CLOSE; the transaction
object was specified in the statement that declared the procedure.

Use CLOSE only to close procedures that
return result sets. PowerBuilder automatically closes procedures
that do not return result sets (and sets the return code to 100).

CLOSE often appears in the script that
is executed when the SQL code
after a fetch equals 100 (not found).

note.png Error handling

It is good practice to test the success/failure code
after executing a CLOSE Procedure statement.

Examples

This statement closes the stored procedure named 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