2010年5月24日星期一

RE: AW: [fw-db] zf:accessing db2 table on system i

To be more accurate, I'm getting this new message "Fatal error: Class ZendC_Db_Adapter_Db2
contains 2 abstract methods and must therefore be declared abstract or implement
the remaining methods (Zend_Db_Adapter_Abstract::isConnected, Zend_Db_Adapter_Abstract::getServerVersion)
in /usr/local/zend/ZendFramework/library/ZendC/Db/Adapter/Db2.php on line
767"
Thanks again
Regards
Sante

>-- Original Message --
>Date: Fri, 21 May 2010 08:04:08 -0700 (PDT)
>From: "Jan Burkl [via Zend Framework Community]" <[hidden email]>
>To: sante <[hidden email]>
>Subject: AW: [fw-db] zf:accessing db2 table on system i
>
>
>
>
>
>Hi Sante,
>
>you should not use the Db2 Adapter from Zend Framework, but the one which
>was especially created for System i. You can find it in the ZendC folder
>next to the ZF library. More information can be found here in Appendix H:
>http://static.zend.com/topics/Zend-Core-User-Guide-i5OS-V261.pdf
>
>Regards,
>Jan
>
>-----Ursprüngliche Nachricht-----
>Von: sante [mailto:[hidden email]]
>Gesendet: Freitag, 21. Mai 2010 15:44
>An: [hidden email]
>Betreff: [fw-db] zf:accessing db2 table on system i
>
>
>Hi all!
>I'm trying to work with ZF, so I've downloaded the quickstart tutorial from
>the web. My installation is on system ibm i os/v5r4 and my database is
>(obviously) db2. I've changed the tutorial in order that it can deal with
>this database. Actually connection to the database works and I can get
>metadata from any table. But there is a big problem. When the script attemps
>to access a db2 table (namely the "save" function of GuestbookMapper.php
>for
>signAction of the controller) I get the following error message:
>An error occurred
>Application error
>#0 /usr/local/Zend/ZendFramework/library/Zend/Db/Statement.php(115):
>Zend_Db_Statement_Db2->_prepare('INSERT INTO "gu...')
>#1 /usr/local/Zend/ZendFramework/library/Zend/Db/Adapter/Db2.php(230):
>Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Db2), 'INSERT INTO
>"gu...')
>#2 /usr/local/Zend/ZendFramework/library/Zend/Db/Adapter/Abstract.php(467):
>Zend_Db_Adapter_Db2->prepare('INSERT INTO "gu...')
>#3 /usr/local/Zend/ZendFramework/library/Zend/Db/Adapter/Abstract.php(546):
>Zend_Db_Adapter_Abstract->query('INSERT INTO "gu...', Array)
>#4 /usr/local/Zend/ZendFramework/library/Zend/Db/Table/Abstract.php(1056):
>Zend_Db_Adapter_Abstract->insert('guestbook', Array)
>#5
>/www/zendcore/htdocs/quickstart/application/models/GuestbookMapper.php(69):
>Zend_Db_Table_Abstract->insert(Array)
>#6 /www/zendcore/htdocs/quickstart/application/models/Guestbook.php(224):
>Default_Model_GuestbookMapper->save(Object(Default_Model_Guestbook))
>#7
>/www/zendcore/htdocs/quickstart/application/controllers/GuestbookController.php(59):
>Default_Model_Guestbook->save()
>#8 /usr/local/Zend/ZendFramework/library/Zend/Controller/Action.php(513):
>GuestbookController->signAction()
>#9
>/usr/local/Zend/ZendFramework/library/Zend/Controller/Dispatcher/Standard.php(289):
>Zend_Controller_Action->dispatch('signAction')
>#10 /usr/local/Zend/ZendFramework/library/Zend/Controller/Front.php(946):
>Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http),
>Object(Zend_Controller_Response_Http))
>#11
>/usr/local/Zend/ZendFramework/library/Zend/Application/Bootstrap/Bootstrap.php(77):
>Zend_Controller_Front->dispatch()
>#12 /usr/local/Zend/ZendFramework/library/Zend/Application.php(358):
>Zend_Application_Bootstrap_Bootstrap->run()
>#13 /www/zendcore/htdocs/quickstart/public/index.php(28):
>Zend_Application->run()
>#14 {main}
>Any guggestion?
>Thanks a lot
>
>
>
>--
>View this message in context: http://zend-framework-community.634137.n4.nabble.com/zf-accessing-db2-table-on-system-i-tp2226165p2226165.html
>Sent from the Zend DB mailing list archive at Nabble.com.
>
>
>
>______________________________________
>View message @ http://zend-framework-community.634137.n4.nabble.com/zf-accessing-db2-table-on-system-i-tp2226165p2226287.html
>
>To unsubscribe from zf:accessing db2 table on system i, click <Link Removed>




View this message in context: RE: AW: [fw-db] zf:accessing db2 table on system i
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: