Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to ZAP temporary tables
Message
From
28/02/1999 05:32:31
 
 
To
28/02/1999 01:52:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00192414
Message ID:
00192432
Views:
20
>Hi,
> Is there any ways to ZAP temporary tables(curosr)?? Again, the tempoprary is not accessibled if the CREATE CUROSR statsment issued in mycustom class....why? Error occurs when my gris try to locate the the data : Alias "cursor name" is not found"
>

I don't have a problem with a writable cursor created with CREATE CURSOR; the cursor created by a SQL SELECT isn't intended to be writable, but this seems to work just fine:

SELECT * FROM MyTable INTO CURSOR Temp WHERE Foo = 'BAR'
USE (DBF()) AGAIN IN 0 ALIAS Writable
USE
SELECT Writable
ZAP
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform