Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetBeginTransaction(
__in JET_SESID sesid
); DECLARE INTEGER JetBeginTransaction IN esent;
INTEGER sesid sesid The session to use for this call.
Returns the JET_ERR datatype with a predefined return code.
This function can be called more than once on a single session to cause the creation of additional save points. These save points can be used to selectively keep or discard changes to the state of the database.
See also: JetCommitTransaction, JetRollback.
Home