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

Informix using CONNECT, COMMIT, DISCONNECT, and ROLLBACK – PB Docs 2019 – PowerBuilder Library

Informix using CONNECT, COMMIT, DISCONNECT, and ROLLBACK – PB Docs 2019

Informix
using CONNECT, COMMIT, DISCONNECT, and ROLLBACK

This table lists each transaction management statement and describes
how it works when you use the Informix IN9 interface to connect to a
database:

Statement

Description

CONNECT

Establishes the database connection. After you assign
values to the required properties of the transaction object, you
can execute a CONNECT. After this call completes successfully,
PowerBuilder issues a BEGIN WORK to start a logical unit of work
for the transaction.

COMMIT

Terminates the logical unit of work, guarantees that
all changes made to the database since the beginning of the
current unit of work become permanent, and starts a new logical
unit of work.

DISCONNECT

Terminates a successful connection. DISCONNECT
automatically executes a COMMIT to guarantee that all changes made
to the database since the beginning of the current unit of work
are committed.

ROLLBACK

Terminates a logical unit of work, undoes all changes
made to the database since the beginning of the logical unit of
work, and starts a new logical unit of work.

See also

Informix performance and
locking


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