Can you be more specific. Do you have a problem with CakePHPs db2
driver? What specifically is not working?

I haven't used many drivers (MySQL and Sqlite) but I would expect them
all to work just by choosing to use them.
>From the manual

var $default = array('driver'      => 'db2',
                     'persistent'  => false,
                     'host'        => 'localhost',
                     'login'       => 'cakephpuser',
                     'password'    => 'c4k3roxx!',
                     'database'    => 'my_cakephp_project',
                     'prefix'      => '');



On Feb 10, 12:18 am, Hector Mansilla Arias <hector.mansi...@gmail.com>
wrote:
> Hi there!
>
> I need some information about how to use CakePHP with DB2... Anybody
> has exprience with that?
>
> I need to use:
>
> - Debian.
> - Apache.
> - CakePHP.
> - DB2.
>
> If anybody did a project link this, please help me with a how-to or
> any idea about the implementation...
>
> Thanks a lot!

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to