создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

sesam_commitПред. След.

sesam_commit

(PHP 3 CVS only)sesam_commit --  Commit pending updates to the SESAM database

Description

bool sesam_commit (void)


Returns: TRUE on success, FALSE on errors

sesam_commit() commits any pending updates to the database.

Note that there is no "auto-commit" feature as in other databases, as it could lead to accidental data loss. Uncommitted data at the end of the current script (or when calling sesam_disconnect()) will be discarded by an implied sesam_rollback() call.

See also: sesam_rollback().

Пример 1. Committing an update to the SESAM database
<?php

if (sesam_connect ("mycatalog", "myschema", "otto")) {

    if (!sesam_execimm ("INSERT INTO mytable VALUES (*, 'Small Test', <0, 8, 15>)"))

        die("insert failed");

    if (!sesam_commit())

        die("commit failed");

}

?>

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting