Batch Update (wodHttpDLX)
I intend to read my windows Database and using wodHttpDLX's post method to update a Web-based form/database with corresponding data. This will be a batch run. I have 2 questions:
(1) Is it better to let post method do the auto-connection or is it better to explicitly do a Connect once, then at end of batch run, to do a Disconnect?
(2) SInce this is a batch run that will run after working hours, if there are any errors displayed by wodHttpDLX - will there be any problem, and is there a way to write the error messages to a Text file that can be viewed when it is finished?
Thank you
Skc