Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wierd Table names....
Message
 
 
To
12/06/2002 14:53:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00667582
Message ID:
00667587
Views:
19
>I've run across a situation in which a table with the name of say "0100_0202_COB_C3" is used and when you look at what the name is in vfp, it show "_100_0202_COB_C3". Anyone know why? OR how to fix it so that it used the correct name?

A table alias in VFP can only begin with letter or underscore ("_'). VFP adds "_" to the table name to make a valid alias. You can use ALIAS clause in USE command to specify alias explicitly.
USE ("0100_0202_COB_C3") ALIAS COB_C3
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform