I have a project that involves a number of Master-Detail Cache class
relationships. There is one usage pattern that is consistently causing a error
when the user inserts a  'detail' entry.

The detail class has a character stream property that I allow the user to input
data via a Delphi Memo field. If the user enters data in this field when first
creating the record, the initial 'post' returns the following error. 'Non-blob
colmn in table required to perform operation'. I've check and all the required
fields/properties are being sent tot eh server and the interesting thing is that
the data is inserted ok on the Cache side. Also, any subsequent edits to the
memo field get updated properly.

If the user does not enter any text in the memo field, no error occurs on the
initial posting.

I suspect it has something to do with the ID field for the detail. The error
occurs between the BeforePost and AfterPost event.

Any help is appreciated.



Reply via email to