×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
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 ...
About PEAR · Manual · FAQ · Prepares an INSERT or ... Commits the current transaction. Return value. integer - DB_OK ... // Once you have a valid DB object named $ ...
関連する質問
I'm trying to use transactions using pear::mdb2. ... supports('transaction') answer true ... transactions support on mysql 4.1 you suggest me to use innodb database
These objects have methods for constructing and executing SQL statements, controlling transactions, generating sequence values, and accessing PEAR DB ...
... DB /** * Database independent query interface * * The main "DB" class is simply a container class with some static * methods for creating DB objects as well ...
So far we've only looked at basic querying with PEAR::DB, but you should now be getting an idea of the power it offers when working with multiple databases.
This tutorial shows how to use PEAR DB with an ODBC driver, which you can download from this site. You can then access remote database such as Microsoft SQL ...
2003/05/30 · PEAR is a "framework and distribution system for reusable PHP components." PEAR provides "modules" along the lines of the PERL CPAN module set.
... transactions support * table information interface * DocBook and phpDocumentor API documentation DB layers itself on top of PHP's existing database ...
DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's ...