Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT CREATION OF TEMP.DBF'S
Message
From
01/10/1996 15:07:26
 
 
To
01/10/1996 14:06:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00009011
Message ID:
00009038
Views:
39
>>>>I'm having trouble with an SQL statement that creates a temp dbf. Its a standard statement Select * From...
>>>>Sometimes the created file ise set to exclusive use, and sometimes its not. This occurs even if I set exclusive off and then close and reopen the temp file. Any Clues?

cursors created by SELECT SQL are read-only - u can
make them r/w by USEing AGAIN (see tip in VFUG tips section)
if you need them shared over the network you should make sure the temp/work files are created in a network shared directory

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform