Hello,
can anybody help me with messagetable problem in TOracleDataset?
I use DOA version 3.4.6.4 with Oracle 10.
In my Delphi5 application I use message table to translate Oracle messages to user.
Everything works fine if foreign key or unique index constraints are used, the messages from messagetable are shown correctly. But it doesn't work with "not null" constraints. My database has named null constraints, as required by TOracleDataSet.
I tried setting TField.Required, TOracleDataSet.EnforceConstraints and other properties, but no positive result.
Is it the matter of old DOA version, or anything else? What should I do to handle messages from not null constraints whereas other constraints work fine?
Please help,
Greetings
remg
can anybody help me with messagetable problem in TOracleDataset?
I use DOA version 3.4.6.4 with Oracle 10.
In my Delphi5 application I use message table to translate Oracle messages to user.
Everything works fine if foreign key or unique index constraints are used, the messages from messagetable are shown correctly. But it doesn't work with "not null" constraints. My database has named null constraints, as required by TOracleDataSet.
I tried setting TField.Required, TOracleDataSet.EnforceConstraints and other properties, but no positive result.
Is it the matter of old DOA version, or anything else? What should I do to handle messages from not null constraints whereas other constraints work fine?
Please help,
Greetings
remg