Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Error Code 0x80030005:Access Denied
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
OLE Error Code 0x80030005:Access Denied
Miscellaneous
Thread ID:
00464774
Message ID:
00464774
Views:
485
Likes (1)
I have the follwoing code in an APP:

USE nCredit1 IN 0
select nCredit1
SET DEFAULT TO (gc_dailyreportspath)
COPY TO "Collections-Credits-" + STRTRAN(DTOC(m.dStartDate),"/") fields settdate, effdate, amount, trancode, entrydescr, reasoncode, addeninfo, bankname, dbaname, mid, acctnumber, tranrout, filename TYPE XL5
use in nCredit1

chdir (gc_datapath)
USE nCredit1 IN 0
select nCredit1
chdir "F:\ACH CREDIT REJECTS"
COPY TO "Collections-Credits-" + STRTRAN(DTOC(m.dStartDate),"/") fields settdate, effdate, amount, trancode, entrydescr, reasoncode, addeninfo, bankname, dbaname, mid, acctnumber, tranrout, filename TYPE XL5
USE IN nCredit1

I know I don't need to close the tabel and open it again but I did it because of the error. The first copy works fine. The second copy generates this error and I can't figure out why. Any ideas?

Thanks in advance for your help.

Randall
Thanks in advance for your help! :-)
Randall L. Johnson
Next
Reply
Map
View

Click here to load this message in the networking platform