Bill Karwin wrote: > > Subsequent to the 0.9.2 release, I added a feature to the > Zend_Db_Table::setDefaultAdapter() method. Now if you pass a string, it > tries to find an adapter object stored in the Zend_Registry, using the > specified string as a key. > > This makes the usage of Zend_Db_Table::setDefaultAdapter() consistent > with that of the Zend_Db_Table constructor, which accepts either a db > adapter object or a registry key as a string. > > This change was released in ZF 1.0.0 RC1, after having been made in svn > revision 4791 (5/12/2007). My zfgrid demo was based on the current > version of Zend Framework. > > I'll also mention that I tested the zfgrid demo only with MySQL; I have > not tested it with IBM DB2. :) > > Yes, it would be good to upgrade. There should be no special > requirement for i5, different from requirements for PHP on other > platforms. >
ZF 1.0.1 helped a great deal... Thanks The i5 wants to use the default ZC userid and balks at sending your own. I guess that was not surprising as that is what is expected without ZF. If I leave database.params.username and database.params.password blank in the config.ini the error returned is: Warning: db2_fetch_assoc() expects parameter 1 to be resource, boolean given in /usr/local/Zend/ZendFramework/library/Zend/Db/Adapter/Db2.php on line 284 Any thoughts? I am willing to test. Thanks, Eddie -- View this message in context: http://www.nabble.com/i5-OS-tf4232330s16154.html#a12045950 Sent from the Zend Framework mailing list archive at Nabble.com.
