Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT CREATION OF TEMP.DBF'S
Message
From
02/10/1996 10:30:12
 
 
To
02/10/1996 10:17:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00009011
Message ID:
00009124
Views:
29
>The real problem we are having is the inconsistentcy of "EXCLUSIVE ON|OFF". Sometimes the SQL Select results in a file which has EXCLUSIVE ON sometimes it results in a file with EXCLUSIVE OFF. This generates a random error indicating that we must have exclusive use of the file to accomplish desired results. Using SET EXCLUSIVE has no effect. Its almost like the EXCLUSIVE status is being embedded in the file header with no way to change it or predict its value.

Well, probably you right, though I've always believed that Select-SQL creates exclusively opened tables. It's may be the case when Select-SQL overwrites dbf which was already open in shared mode.
Actually, I've never cared about this issue because I used to create temporary tables for local usage (using SYS(3) as a name) and stationary shared tables for network usage.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform