Tag Archives: oracle
20
Jan

Zend_Db Oracle Functions/Procedures

For some reason, this was a nightmare to figure out. All I wanted to do was call an oracle function from the Zend Framework using PDO_OCI as my database adapter. After a FULL DAY of research and testing, I finally found some code that works! The Database Adapter I use a configuration file for my […]

Continue Reading →
08
Sep

ColdFusion CFGrid Modifies Date and Time

I ran into a strange error with ColdFusion and CFGrid recently. It seems that when using timestamps, loaded from a database, within the CFGrid, CFGrid will modify the time so that it displays based on the time zone of the computer that is running the application (e.g. if the time is saved as 08:00 on […]

Continue Reading →