Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found
Message
From
22/02/1999 11:08:34
 
 
To
20/02/1999 12:32:21
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Miscellaneous
Thread ID:
00189669
Message ID:
00189973
Views:
8
Hi Ian.

>When I try to do a validate database recover, I get an alias not found message on certain tables.

The problem is likely that you've used an alias in your indexes. If you use the Expression Builder to create an index expression, it automatically adds the table name as an alias on the expression. This is a problem, because many things open tables using a temporary alias (eg USE MYTABLE ALIAS XYZ), in which case the aliased index expression is invalid.

Remove the alias from your index expressions and this problem will go away.

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform