dark_mode EN

Marks the start of a new transaction in the database. See the CommitTrans and RollBackTrans methods for more information.

ODBC doesn't actually support this command directly. It only supports commit and rollback. This method causes the Auto-commit state to become false, so all operations performed after this call aren't automatically saved. When a commit or rollback occurs, the Auto-commit state becomes true.

Previous chevron_left Next chevron_right