Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting rid of deleted records
Message
 
 
To
13/09/2001 11:51:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00555845
Message ID:
00556008
Views:
31
Try this
Select Temp
? Dbf()
Select * ;
	From temp ;
	Into Cursor Temp
? Dbf()
and you'll see that foxpro creates new file but opens it with the same alias 'temp'

>Hi Sergey
>
>Thanks, that does indeed work. One liner!
>
>Just a question though: How is it possible to Select records from a cursor and write them back to a cursor of the same name? Although this clearly works I find it unusual/interesting that VFP would allow this. Why does the destination cursor not overwrite the source one?
>
>Thanks
>
>Jos
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform