Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append From - Access Denied
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00124141
Message ID:
00124161
Vues:
21
>We've got a line of code:
>
>SELECT GoodFile
>APPEND FROM ErrFile.DBF ;
> FOR EMPTY(ErrFile.Code) and EMPTY(ErrFile.Client)
>
>It's giving us an Access Deined message. We've checked the attributes for both GoodFile and ErrFile and neither is ReadOnly. Both files are currently open.
>
>What are we missing???

APPEND FROM tends to lock entrie table, so it shouldn't be used in heavy multi-user environment.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform