Ottar Smidesang Holstad Guest
|
Posted: Mon Oct 13, 2003 8:51 am Post subject: QR 3.6.2 question |
|
|
Hi, is QR supposed to lock the table/records the TQuickRep's Dataset is
fetching data from, all the time until the preview is closed? I can't see
this happening on my machine, but this is what seems to happen at one
customersite. Their database is set to the same isolation level as mine, and
all other things, too, should be the same. The system is classic
client/server, and the Dataset in question is a TQuery doing a simple select
on one table in a Sybase ASA using BDE.
What happens is that when one user previews a report, no other user can
preview any report. That is, their machines are locked up waiting for Sybase
to process an update statement against the same table, which has to be
executed during the creation of a report. The moment the locking user closes
the preview, one of the locked user can have his preview etc...
|
|