fbsql_set_transaction

(PHP 4 >= 4.2.0, PHP 5)

fbsql_set_transaction --  Set the transaction locking and isolation

Описание

void fbsql_set_transaction ( resource link_identifier, int Locking, int Isolation )

Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.



fbsql_set_transaction
daggillies at yahoo dot com
06-Jul-2002 04:05
Note (a tip from the FrontBase dev support team): if you are using an early version of the PHP FrontBase driver and do not wish to upgrade, then you can set the isolation and locking levels indirectly by using fbsql_query e.g.:

fbsql_query("SET TRANSACTION ISOLATION LEVEL REPEATABLE READ, READ ONLY, LOCKING OPTIMISTIC;");

Level is one of SERIALIZABLE, REPEATABLE READ, READ COMMITTED, or VERSIONED. Locking is one of PESSIMISTIC, OPTIMISTIC and DEFERRED.

David Gillies
San Jose
Costa Rica

<fbsql_set_passwordfbsql_start_db>
 Last updated: Mon, 14 Nov 2005