Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Locking
Message
 
À
10/12/1999 09:50:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00301584
Message ID:
00301667
Vues:
36
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform