Problem reading a memo field using php (1 Viewer)

Massoud

Registered User.
Local time
Today, 03:01
Joined
Jul 11, 2002
Messages
37
Hi
I'm developing an Application with PHP and I'm using MS-Access as the database.
In my table , I have a field with the type set to Memo.
There is no problem when writing in the table , using INSERT INTO ... query. I've checked the data manually and the data is complete.
However when trying to read from the table, ( SELECT query ) the data retrieved is either empty or sometimes some @ ... characters (single characters)
It is a bit confusing. When I change the type of the field to TEXT, everything works fine, but I need longer comments to write in the table.

Any idea?

Thanks
 

Users who are viewing this thread

Top Bottom