Re: [PHP] FATAL: emalloc() error

2001-01-11 Thread Justin Smith
I'm passing odbe_exec() an ODBC connection ID (returned from odbc_connect()) and a SQL command that pulls several fields from a query in an Access database. Playing with it, I've determined that removing certain fields from my SQL command (not SELECT'ing them) will allow it to work. These fields

Re: [PHP] FATAL: emalloc() error

2001-01-10 Thread Richard Lynch
What arguments are you passing to odbc_exec()? - Original Message - From: Justin Smith <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Tuesday, January 09, 2001 1:07 PM Subject: [PHP] FATAL: emalloc() error > I'm trying to query an MS Access database via ODBC, but the odbc_exec > com