Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update cursor!!
Message
 
 
To
19/12/2000 09:50:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00454668
Message ID:
00455018
Views:
40
>Hi,
> my code:
>
>SELECT * FROM table1 WHERE id = "0001" INTO CURSOR mycursor
>USE DBF("mycursor") AGAIN SHARED && it return "c:\windows\temp\wc000z.tmp"
>
>However, i can't find the file above.
>
>Any idea?


Change code as follow
SELECT * FROM table1 WHERE id = "0001" INTO CURSOR myTEMPcursor
SELECT 0
USE DBF("myTEMPcursor") AGAIN SHARED ALIAS MyCursor      
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform