Hello, I'm trying to access a DB2 database via ODBC and I'm getting the following error when Cake attempts to list all of the tables: "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 551995385 bytes)"
I'm using the ODBC Datasource located in the cakephp/datasources repo on github. I can copy this code outside of the Cake framework and run it and it works fine. Returns a list of the appropriate tables in my DB. Only in Cake does the memory error occur. The code is quite well behaved outside of that context. Any ideas would be helpful. Thanks! -Matt -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
