Search found 1 match
- 30.07.2008, 08:06
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Firebird Exceptions
- Replies: 0
- Views: 678
Firebird Exceptions
I have stored procedure in Firebird server and try to execute it from my application, like: try ZStoredProc.ExecProc; // or Open; except on E: Exception Showmessage(E.Message) end; and when my StoredProc in Firebird raise an any my personal Exception with some text - i don't get it in ZStoredProc......