Posted: November 11 2003 at 15:48 | IP Logged
|
|
|
Todd,
I ran the exact test you've posted above without any problems. I also checked the code and I already have it enclosed within try..catch blocks.
Could you try it again and post your results?? Are there any other differences that I may not be accounting for?
One possibility could be something to do with the {DIM} global variable. The {D combination is an escape sequence used in ODBC calls and sometimes causes problems. You might try changing the parameters field to: "{}{DIM}" and see if that makes a difference.
Let me know,
Dave.
|