Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Locking
Message
De
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:
00301662
Vues:
29
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform