I am working with Report Builder 18 and sql anywhere 17 with the Native DB components. From time to time, when showing a report, Error -298 comes up. Documentation says, I have to synchronizes my threads to avoid this, but I have no idea where to do this. |
The error means that two client threads are trying to use the same connection at the same time. That would be bug with Report Builder. |