Avoid table locking
Posted: Thu 19 May 2005 11:19
How do I avoid table being locked when opening a query (TMyQuery->Open) ?
I have two applications using the same table - the table cannot be used by second application when first application runs a query to generate a report (QuickReport).
What should be selected for TMyConnection or TMyQuery to avoid the locking ?
Regards Hanne
I have two applications using the same table - the table cannot be used by second application when first application runs a query to generate a report (QuickReport).
What should be selected for TMyConnection or TMyQuery to avoid the locking ?
Regards Hanne