Subject | Re: [IBO] About post, commit, delete |
---|---|
Author | Gediminas |
Post date | 2003-09-21T23:43:41Z |
Was playing for a while with BufferSynchroFlags:
if I set autocommit & bsAfterInsert, Post after insert gives an error -
"Multiple rows in singleton fetch, check keylinks} & etc....
If I disable bsAfterInsert, then there is no any error. In both cases
KeyLinks are the same & point PK
What is wrong with tye set bsAfterInsert?
At 2003.09.21 19:18, you wrote:
The Truth Is Out There
if I set autocommit & bsAfterInsert, Post after insert gives an error -
"Multiple rows in singleton fetch, check keylinks} & etc....
If I disable bsAfterInsert, then there is no any error. In both cases
KeyLinks are the same & point PK
What is wrong with tye set bsAfterInsert?
At 2003.09.21 19:18, you wrote:
>If you set BufferSynchroFlags to include bsAfterInsert, then IBO should--/ Gediminas /--
>take care of bringing the inserted row into the buffer. But it won't work
>if your keylinks are wrong, or if IBO doesn't know the new PK of the
>row. In that case a Refresh will be needed to make the new row visible.
The Truth Is Out There