×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
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 * a ...
関連する質問
Search code, repositories, users, issues, pull requests... · Provide feedback · Saved searches · pear/DB.
pear install DB-1.12.2. Pyrus Install. Try PEAR2's installer, Pyrus. php pyrus.phar install pear/DB-1.12.2. Download. For manual installation only. 1.12.2.
PEAR::DB is an advanced, object-oriented database library that provides full database abstraction—that is, you use the same code for all your databases.
... PEAR.php'; // {{{ constants // {{{ error codes /**#@+ * One of PEAR DB's portable error codes. * @see DB_common::errorCode(), DB::errorMessage ...
PEAR DB provides two methods for fetching data from a query result object. One returns an array corresponding to the next row, and the other stores the row ...
ODBC access from PHP's PEAR DB on UNIX and Linux to databases such as Microsoft SQL Server, Microsoft Access, Oracle, InterBase and Sybase ASE.
It demonstrates how to use the PEAR DB library (which comes with PHP) to connect to a database, issue queries, check for errors, and transform the results of ...
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 ...
評価 (2) · $22.95
PEAR is about code reuse. That's the primary motivation for this book. If you're a PHP programmer and you've developed any database projects, PEAR:: DB is ...