Hello,
In my current job i have to fix some issues in an old Access97-application. My last problem is this: Some reports are created with an external dll and sometimes the reports are wrong. They contain data from the previous call or the detail data is missing and so on. If i start the same report without any change on the data the reports are correct.
The cause for this is in my opionion, that the external dll gets outdated data from access instead the current data, which is written just before calling the dll. Is there any documented way to flush the internal buffers from access or do i have to add some wait cycle in the hope, that it will avoid this problem in most of the times?
Thx,
Thomas G. Liesner