Hey Everybody,
As I design a backend in Sybase SQLAnywhere V8 I need to know - how do I trap the error code returned by SQLAnywhere if my front end attempts to commit a change that breaks referential integrity. For example - I attempt to delete a record that has related records and that will cause the related records to be orphaned?
TIA