I am getting an error in a loop that shouldn't be there. It is processing a lot of information and want to see the string so that I can identify the issue. The error is a duplicate key but happens after 10 minutes of processing. How do I allow the script to run but print the string when it errors out?
sTr="Insert Into table (field) Values (field)"
gConn.Execute(sTr)
Thanks for the help
Keith
sTr="Insert Into table (field) Values (field)"
gConn.Execute(sTr)
Thanks for the help
Keith