Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very simple question in vfp
Message
From
24/03/2000 05:44:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Very simple question in vfp
Miscellaneous
Thread ID:
00349899
Message ID:
00349899
Views:
55
Hi,

Just like to know what are the differences
when doing the 03 commands below. Which one
are refer one. Please advise

It confused me as I open 4-5 dbf files like in example 3
and had error with selecting one of the alias name like

SELECT mymachine <==== alias not found error

Please enlighten me. Thank a lot

#################################
* Example 1
* open dbf file - machine
SELECT 0
USE machine ALIAS mymachine

* close dbf file
SELECT mymachine
USE

#################################

* Example 2
* open dbf file - xmachine
USE xmachine IN 0 ALIAS myxmachine

* close dbf file
USE IN myxmachine

#################################

* Example 3
* open file - ymachine
USE ymachine ORDER TAG mcID of ymachine.cdx IN 0 ALIAS ymach

* close file
USE IN ymach

#################################
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform