Forum Moderators: coopster
Memo is the largest but it still has a limit. I'd recommend storing the long data in .txt files, and store the path/name of the files in your access db.
Blob is a MySQL so it won't be of much use to you. Otherwise I don't know of any way to increase the field quota to 65k, sorry
Michal Cibor
Guess what I discovered. The data is getting into the database, but the problem is when i try to retrive it. So the problem is not really with entering the data in a memo, that's happening without problems, the problem is getting it out.
I'm using ODBC connection. I'm using odbc_result to get the data.
Wondering what the problem could be.