Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Locking
Message
 
To
10/12/1999 09:50:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00301584
Message ID:
00301667
Views:
35
>>USE networktable IN 0 SHARED
>>SELECT * FROM networktable INTO CURSOR foo NOFILTER
>>lcfile = DBF('foo')
>>USE IN networktable
>>SELECT localtable
>>APPEND FROM (lcfile)
>
>
>
>
>USE \\hr_server\public\lup2 IN 0 SHARED
>SELECT * FROM lup2 INTO CURSOR foo NOFILTER
>lcfile = DBF('foo')
>USE IN lup2
>SELECT c:\sys2data\lup2
>APPEND FROM (lcfile)
>
>
>
>the file's name is lup2 on both server and local
>when I run this code the line
>
>select c:\sys2data\lup2
>
>I get "command contains unrecognized phrase/keyword"
>
>Am I doing something wrong?
>
>
Chris,

Just

SELECT Lup2

will work. You're using the filename rather than the alias.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform