CHAPTER 6 – PEAR DB – Lowercasing

Option: DB_PORTABILITY_LOWERCASE Field name case (upper- or lowercasing letters) varies between DBMSs. Some leave the case exactly the way it was in the CREATE TABLE statement, some uppercase everything, and some are case-insensitive and others not. This option always lowercases column names when fetching results.

Post Comment
Login to post comments