MySQL Forums
Forum List  »  Connector/ODBC

MyOdbc and LONGTEXT problem
Posted by: miro kundacina
Date: December 14, 2004 02:05PM

Hi.

I'm using MyODBC from a C++ program. In one of my tables I have a LONGTEXT. When I insert a new record with a text data of less than
7500 bytes, the record is successfully inserted. But when I try with larger
text (more than 8000 bytes size, i'd like to use 25Kb actually), a memory
exception is thrown:

EAP[NarDocD.exe]: Invalid Address specified to RtlReAllocateHeap( 2110000, 2114630 )
My question is:
Is there a limitation on the size of a LONGTEXT column that the driver can
handle, or am i doing something wrong ?

I'm using 3.51.10 MyODBC and MySQL 4.1.1

Thanks in advance.
Miro

Options: ReplyQuote


Subject
Written By
Posted
MyOdbc and LONGTEXT problem
December 14, 2004 02:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.