smartglass
IS-IT--Management
Hi there:
I am getting a 'Table in use. The table may already be opened exclusively ' error when I run an application. I use queries to get data from Oracle then load a second form from the tables that result. Running this second form generates the error.
However, when running VFP itself, not the app, I get no error.So I can run fine but my users cannot!
Here is the code on the primary, query generating form:
SET EXCLUSIVE ON
DO r:\data\stillages\qloads.qpr
DO r:\data\stillages\qloaded.qpr
USE still!stillages
APPEND FROM R:\Data\stillages\loaded.dbf
CLOSE TABLES
SET EXCLUSIVE OFF
DO FORM r:\data\stillages\stillage.scx
So I was sure that the tables were not opened exclusively.
Could anybody help, please?
Thanks!
I am getting a 'Table in use. The table may already be opened exclusively ' error when I run an application. I use queries to get data from Oracle then load a second form from the tables that result. Running this second form generates the error.
However, when running VFP itself, not the app, I get no error.So I can run fine but my users cannot!
Here is the code on the primary, query generating form:
SET EXCLUSIVE ON
DO r:\data\stillages\qloads.qpr
DO r:\data\stillages\qloaded.qpr
USE still!stillages
APPEND FROM R:\Data\stillages\loaded.dbf
CLOSE TABLES
SET EXCLUSIVE OFF
DO FORM r:\data\stillages\stillage.scx
So I was sure that the tables were not opened exclusively.
Could anybody help, please?
Thanks!