Subject Re: [IB-Architect] New API: Exceptions
Author Bill Lancaster
>Unfortunately, it doesn't work in MSVC++ V5. No compiler errors, but
>the exception doesn't get caught. I haven't checked out g++, but the
>question, I fear, is moot.
>
>Anybody have any ideas?
>

Will a catch(...) get the exception? Or is it not being thrown properly?

For testing purposes
try {
...
}
catch(const SQLException& e)
{

}
catch(...)
{

}


Bill Lancaster











>Jim Starkey
>
>------------------------------------------------------------------------
>Take your development to new heights. Work with clients like Dell and
>pcOrder. Submit your resume to jobs@.... Visit us at
>http://click.egroups.com/1/4358/4/_/830676/_/959955146/
>------------------------------------------------------------------------
>
>To unsubscribe from this group, send an email to:
>IB-Architect-unsubscribe@onelist.com
>
>
>
>