Subject | RE: [IBO] Catching an exception |
---|---|
Author | Gerhardus Geldenhuis |
Post date | 2002-09-20T06:48:44Z |
Ok
I would go with your recomendation, I would like to know why if you dont
mind, I suspect that if the end program handles the exception it does not
get handled properly.
Could you suggest a other way for me to catch primarykey errors and other
and respond to it. My aim is to have one central procedure for all by
queries that respond to primary key problems. If that is not posible must I
put every
dataset.insert into a try except statement?
Groete
Gerhardus
I would go with your recomendation, I would like to know why if you dont
mind, I suspect that if the end program handles the exception it does not
get handled properly.
Could you suggest a other way for me to catch primarykey errors and other
and respond to it. My aim is to have one central procedure for all by
queries that respond to primary key problems. If that is not posible must I
put every
dataset.insert into a try except statement?
Groete
Gerhardus
>
> It should remain in Edit state if it is an exception during the post.
> I strongly discourage doing anything in the OnError event with SQL
> components.
>