Subject | Cannot DROP TABLE due to resource being in use, how to close resource? |
---|---|
Author | Bhavbhuti Nathwani |
Post date | 2007-11-13T06:29:48Z |
Hi all
I know Temp Tables are round the corner but I have a requirement to
use something similar earlier.
I create a regular table using SQL Pass Thru from VFP. I append data
to this table using VFP Remote View. I do further SQL Pass Thru using
this table now populated with data.
Now I try to DROP TABLE this (temp) table and I am not able to because
the resource is in use.
Is there any way I can use a command like CLOSE RESOURCE <tablename>?
Please advise.
Regards
Bhavbhuti
I know Temp Tables are round the corner but I have a requirement to
use something similar earlier.
I create a regular table using SQL Pass Thru from VFP. I append data
to this table using VFP Remote View. I do further SQL Pass Thru using
this table now populated with data.
Now I try to DROP TABLE this (temp) table and I am not able to because
the resource is in use.
Is there any way I can use a command like CLOSE RESOURCE <tablename>?
Please advise.
Regards
Bhavbhuti