Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From - Access Denied
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00124141
Message ID:
00124161
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform