Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Intranet\C\xampp\php\PEAR\adodb\docs\ drwxrwxrwx |
Viewing file: readme.htm (3.15 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | ADOdb Library for PHPADOdb is a suite of database libraries that allow you to connect to multiple databases in a portable manner. Download from http://adodb.sourceforge.net/.
InstallationMake sure you are running PHP4.0.4 or later. Unpack all the files into a directory accessible by your webserver.To test, try modifying some of the tutorial examples. Make sure you customize the connection settings correctly. You can debug using: <?php include('adodb/adodb.inc.php'); $db = ADONewConnection($driver); # eg. 'mysql' or 'oci8' $db->debug = true; $db->Connect($server, $user, $password, $database); $rs = $db->Execute('select * from some_small_table'); print "<pre>"; print_r($rs->GetRows()); print "</pre>"; ?> How are people using ADOdbHere are some examples of how people are using ADOdb:
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |