×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
ヒント: 日本語の検索結果のみ表示します。検索言語は [表示設定] で指定できます
2007/09/24 · PEAR MDB2 defaults to auto-committing all queries. However using the beginTransaction() method one can open a new transaction and with the ...
I'm sorry, I have send the thread to quickly... the problem is that supports('transaction') answer true but supports('transactions') answer
... beginTransaction($savepoint = null) /** * Start a transaction or set a savepoint. * * @param string name of a savepoint to set * @return mixed MDB2_OK on ...
beginTransaction [line 2047] ... Start a transaction or set a savepoint. Return: MDB2_OK on success, a MDB2 error on failure; Access: public. Parameters: ...
... MDB2 odbc Server driver * * @package MDB2 * @category Database * @author Frank M. ... beginTransaction() /** * Start a transaction or set a savepoint. * * @param ...
$mdb2=& MDB2::factory($dsn); if ($mdb2->supports('transactions')) $mdb2->beginTransaction(); $strSQL= 'INSERT INTO table (field) VALUES(\'field content\')';
PEAR MDB2 は、デフォルトですべてのクエリについて自動コミットを行います。 しかし、 beginTransaction() を使用することで新たなトランザクションを開始し、それを ...
DB2Connection.BeginTransaction () Method ... Begins a transaction at the database. Namespace: IBM.Data.DB2; Assembly: IBM.Data.DB2 ...
2022/09/08 · MDB2→PDO移行の覚えがき。DB接続、トランザクション、ステートメント実行といった基本的な内容が中心。公式マニュアル公式マニュアルのTOPページは ...
2006/02/04 · Intro. Recently I had to move an existing project from using PEAR::DB to PEAR::MDB2 - the new database abstraction layer.