"Hans Lellelid" <hans@xxxxxxxxx> wrote in message news:4137DFC2.70605@xxxxxxxxxxxx > /abstract/ stuff. For example, ADOdb would completely fail to be portable > accross databases where the case of the column names in result array > changes (e.g. postgres always returns lowercase col names, Oracle always > uppercase, MySQL returns mixed case, SQLite is configurable). This is one > example of why some layers (like PEAR::[M]DB) may be slower. > Hans, This is incorrect. You can configure the case of the column names in ADOdb. See http://phplens.com/adodb/reference.constants.adodb_assoc_case.html Regards, John -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php