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

Microsoft SQL Server Database stored procedures summary – PB Docs 2021 – PowerBuilder Library

Microsoft SQL Server Database stored procedures summary – PB Docs 2021

Microsoft
SQL Server Database stored procedures summary

When you use database stored procedures in a PowerBuilder
application, keep the following points in mind:

  • Manipulating stored procedures

    To manipulate database stored procedures, PowerBuilder provides
    SQL statements that are similar to cursor statements.

  • Retrieval and update

    PowerBuilder supports retrieval, update, or a combination of
    retrieval and update in database stored procedures, including
    procedures that return no results sets and those that return one or
    more result sets.

  • Transactions and stored procedures with result sets

    When a procedure executes successfully using a specific
    connection (transaction) and returns at least one result set, no other
    SQL commands can be executed using that connection until the procedure
    has been closed.

  • Transactions and stored procedures without result sets

    When a procedure executes successfully using a specific
    transaction but does not return a result set, the procedure is no
    longer active. No result sets are pending, and therefore a CLOSE
    statement is not required.


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