I have been using the try/catch idiom for years.  I like the structure
it gives my code - visually it makes it very clear where I am
expecting problematic sections to be.  I rarely use 'finally'.
However the problem has always been with interpreting the error codes
that arise.  For years I got round that by incorporating Mark
Schonewille's errorLib in my stacks.

Like you, I find that sqlYoga really needs try/catch.  I did see
somewhere else that Trevor recommended having some specific error
handler implemented, but for me just wrapping the calls that go to the
database in try/catch solves the problem.

Bernard

On Thu, Mar 22, 2012 at 8:25 PM, Bob Sneidar <b...@twft.com> wrote:
> No advantage per se, but I use sqlYoga and the only way to determine what 
> went wrong is in a try catch statement as the libSQLYoga stack is locked.
>
> Bob

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to