Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT (m.tmpFile)
Message
From
29/08/2005 13:05:02
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
FoxPro Windows
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01044801
Message ID:
01044811
Views:
12
>I cannot seem to understand why my SELECTing of a table as in:
>
>SELECT (m.tmpFile) in FoxPro 2.6a for Windows is not working.
>
>I've tried:
>
>SELECT &m.tmpFile and also SELECT (&m.tmpFile) all to no avail.
>
>All I get is an error that says "ALIAS L" not available.
>
>The m.tmpFile translates to "L:\Appstats\sometablename"), so i can see the the SELECT statement is looking at only the first chanracter of the memvar m.tmpFile.

Cecil,

I suspect that your alias is more like SomeTableName. You could use your memvar to open the table but not to select it.

Regards,
Jim
Previous
Reply
Map
View

Click here to load this message in the networking platform