werkilla
2009-07-08T10:56:00Z
Hi again,

is it possible to retrieve the error codes in order to handle the exceptions with custom code? And then display some info on the GC Window?

For example, when a user tries to make an Insert and this is not allowed

Thanks again!
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2009-07-08T11:03:00Z
It is not possible to retrieve error code from GeniusConnect.
You can return custom error info from your stored procedures.
(when using custom stored procedures for insert,update delete)
werkilla
2009-07-08T14:48:00Z
So if I use a custom stored procedure can I display some info in the GC Window?
Administrator
2009-07-08T14:59:00Z
Yes, if you rais an error, GeniusConnect will display the text.
Similar Topics