This is a repost from the Palm Conduits group. Some of the records in my databases are getting bigger than 32Kb. I really don't want to break them into smaller records because they work nicely with my apps data structures.
The problem is my conduit uses SyncReadRecordByIndex to download the records. SyncReadRecordByIndex makes use of the CRawRecordInfo structure, where the structure's member 'm_TotalBytes' is the size of the buffer to read, which is a WORD, which limits the specification of the size of the buffer to 32Kb. Does this mean that you can only read the first 32Kb of a record from the Conduit? Along these lines, one thing that confuses me as the member 'm_RecSize' is a DWORD. So, it seams possible that the record size is specified as being much larger than 32Kb, but that since the buffer size is limited to 32Kb, you can't get to the data beyond this limit. Any clarification would be greatly appreciated. Thanks! Rich -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
