Aloha. I'm trying to query a fairy simply albeit fairly large mySQL database (about 17,000 rows). It is a dictionary database, and contains only 3 columns, word (the field searched on) and returns only two columns - same word with HTML format, and the definition (type-blob).
The definition fields mostly return fine, but it seems if there are @2,000 or more characters in the definition field, I get an error stating "The attempt to load 'Accessing URL"🙁my URL here)' failed." I am not certain this is the cause of the error, but it is the only similarity that I can find in the queries that are failing.
I've tried both mysql_fetch_array and mysql_fetch_row, with the error resulting.
Has anyone here had any difficulty returning large fields such as this, and if so, is there any workaround other than breaking these fields up? Or is there some other possible reason why I'm seeing this problem?
Mahalo (thanks)
keola