Table & Alias Names Not Always the Same in FoxPro for Mac (110480)
The information in this article applies to:
- Microsoft Visual FoxPro for Macintosh 3.0b
- Microsoft FoxPro for Macintosh 2.5b
This article was previously published under Q110480 SUMMARY
In FoxPro for Windows and FoxPro for MS-DOS, the alias of a table is often
the same as the name of the table. Therefore, many FoxPro commands and
functions appear to work on the table name even though they actually work
on the alias name. (These commands are listed below.) This can cause
confusion for FoxPro for Macintosh users because alias and table names are
sometimes different in FoxPro for Macintosh.
To verify a database's alias name in FoxPro for Macintosh, use the ALIAS()
function. For example:
USE "Macintosh HD:Long Database Name.DBF"
? ALIAS()
The above program will print "LONG_DATAB" as the alias name.
| Modification Type: | Major | Last Reviewed: | 10/15/2003 |
|---|
| Keywords: | KB110480 |
|---|
|