When using IEExtractTable>, the output file is created or over-written fine. However, I was trying to test if file could not be created to make sure my error handling was working. I set the existing data file to Read Only. I ran my script with the Read Only file as the output file. It did not over-write the file, but the return code was 0 like everything was normal.
Thank you,
Gerry
IEExtractTable return value always 0
Moderators: Dorian (MJT support), JRL
Re: IEExtractTable return value always 0
I guess I will just have to write a routine to see if the file was created and check the timestamp.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: IEExtractTable return value always 0
Agree that's no good. I've made a note to make sure this is fixed///improved.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: IEExtractTable return value always 0
Thank you Marcus.