Subject Re: TIBOQuery Not saving blobs in multi transactions
Author stephanmtb
Hi Helen
I think I found the problem. I should have tested another detail
TIBOQuery on the same form first because it works just fine. The
IBOQuery I was having problems with has a WHERE in the select SQL and
the param is not loading in or was getting messed up for some reason
when a blob was edited. All the TIBOQuerys are set up as Detail
datasets and get their param in the where clause from the master. The
master is the TIBOQuery I was having problems with. I also think it
might have something to do with the composite primary key since the
others that work have one field as the PK. I think I am close to
figuring it out??
thanks
Stephan