The problem is that the MSAccess database table has
"Memo" field i.e. unlimited characters. We
thought that the "Long TEXT" type field in mySQL will
serve as equilvalent to the 'Memo'
field...is that right??...our main concern is the
unlimited string property in 'Memo field'.
But when we tried with 'Long TEXT' or 'LONG BLOB' we
get the following error in our browser....
E0401 error in API method getIndexInfo() E2300
Error in DBMDtable() constructor E2200
Error in DBMDtableColumn constructor
Now, the error is removed, if we replace that field
with 'MEDIUM TEXT' or 'MEDIUM BLOB'. But
that does not seem to have unlimited capacity.
Looks like a bug somewhere in somebody's handling of LONG TEXT. But for
the moment you might as well move ahead with MEDIUM TEXT. A MEDIUM TEXT
field will hold enough data to fill several large books with text; it's
already pretty unlimited.