Oracle error management

fabiano

Member
My need is to substitute integrity oracle error messages with a more user friendly message. Any suggestion?

Fabiano

P.S. I posted yesterday similar message but I never seen it in the forum so I retry, Excuse me if received twice.
 
If you are using a TOracleDataSet then you can use the TOracleSession.MessageTable property to provide user-friendly messages for constraint violations. The TOracleDataSet.OracleDictionary.UseMessageTable property must be set to True. See the help file for more details and examples.

------------------
Marco Kalter
Allround Automations
 
Back
Top