Hi together,
I have established a connection with PHP to MS Access (97 or 2000) via the ODBC-Driver
In the Database I have to handle with a field of type "memo" because I have to store long Text such as News-Articles etc.
I have recognized, that if the text is "too long" (I mean: longer as 1 or 2 html pages), then the data cannot be reread in the whole length from the database. I have checked the data in the access-database: it was stored correctly.
I suppose it must be a problem as php tried to read the data from the database via odbc.
But I don't know why and how to correct it.
who can help me?
thanks