Subject Re: [IBO] IBO4 bug in record inserting?
Author Svein Erling Tysvær
What about your transaction? If you use AutoCommit, maybe IBO is trying to
do something smart to help OAT advance. Try using an explicit transaction
and do the commit yourself upon closing your form.

My guess is that the 10% of the cases you're referring to is when do an
insert after your entire query is loaded into memory.

Set