Mark
2008-10-22 16:23:39 UTC
I would like to use TRY/CATCH to adjust an app for different versions, i.e., an older version may have a slightly differnt table structure and some fields will not be present even tho I use the same basic form for both versions.
I am concerned that using try/catch to avoid an error I know will happen with some versions may still create some instability in the app, and if enough try/catches fail, I could run into errors in Windows. Basically, does a try/catch always avoid any memory or other problems when an error is encountered?
Anyone know if this liberal use of try catches could pose problems?
Thanks for any ideas on this,
Mark
I am concerned that using try/catch to avoid an error I know will happen with some versions may still create some instability in the app, and if enough try/catches fail, I could run into errors in Windows. Basically, does a try/catch always avoid any memory or other problems when an error is encountered?
Anyone know if this liberal use of try catches could pose problems?
Thanks for any ideas on this,
Mark