Subject Re: [IBO] TIBODatabase and multithreading
Author piotr_3m
> There may be more configuration issues to consider. In future
> postings, please try to be specific about the messages you are seeing
> when something blows up.
>
> Helen
>

While debuging through the IBO code I found that at least of my
messages is ISC ERROR CODE:335544364 - its "request synchronization
error". However its not fatal (my app handles it) it migth set me on
track to find the fatal error (which happens rear). One of my threads
does a lot of record processing. So I use a lot of First,Next,Locate
and other TDataset like nawigation (no editing). The table I proces
could be edited in the parallel thread.

I dont need updated data after fetching. I need to find a way to turn
off synchronization. Is there a way to do this in ibo or should I use
TClientDataset.

Piotr