7.44.46 ibase_trans()Prépare une transaction iBase[ Exemples avec ibase_trans ] PHP 3>= 3.0.7, PHP 4
resource
ibase_trans (
int
trans_args
,
resource
link_identifier
)
ibase_trans
prépare une transaction sur la
connexion InterBase
link_identifier
.
trans_args
peut être une combinaison des constantes
suivantes :
IBASE_READ
,
IBASE_WRITE
,
IBASE_COMMITED
,
IBASE_CONSISTENCY
,
IBASE_CONCURRENCY
,
IBASE_REC_VERSION
,
IBASE_REC_NO_VERSION
,
IBASE_WAIT
et
IBASE_NOWAIT
.
|