G
Guest
I have an application that tries to do TransferText, putting the output of a
query to a fixed-length file. Here is the command:
DoCmd.TransferText acExportFixed, "ItemUPC Export Specification",
"qryItemUPC", txtOutputFileName, False, ""
This works OK on my PC, but fails on another users PC with:
Error Number: 3027
Source: MSAccess
Description: Can't Update. Database or object is read-only.
We are using Access97. I've checked the Access DB Windows file attributes,
and it is NOT read-only. I've tried moving the database from a "My
Documents" folder, to a New folder of its own directly under C:\ and that
doesn't help, either.
Any other suggestions?
Thanks,
Bruce
query to a fixed-length file. Here is the command:
DoCmd.TransferText acExportFixed, "ItemUPC Export Specification",
"qryItemUPC", txtOutputFileName, False, ""
This works OK on my PC, but fails on another users PC with:
Error Number: 3027
Source: MSAccess
Description: Can't Update. Database or object is read-only.
We are using Access97. I've checked the Access DB Windows file attributes,
and it is NOT read-only. I've tried moving the database from a "My
Documents" folder, to a New folder of its own directly under C:\ and that
doesn't help, either.
Any other suggestions?
Thanks,
Bruce