I have a database with a memo field. When I add a record with a 504
bytes of memo data, the next record added will hang on the flush
method. I can add less or more bytes without any problem (503,505,
etc.). I am using the default memo block size of 512 bytes, and I
understand that each block has a 8 byte header leaving room for 504
bytes per block. So, it seems that there is a problem when exactly
one block worth of memo data is inserted into the database.
Has anyone else run into this issue? If so, is there a fix?
Thanks,
Jack