M
Marius Kavaliauskas
I have ADP (Access 2003) nad I have difficulty handling ADO errors.
I have table that has some fields that have to be unique. When enters
udplicate data in these fields, he gets an error:
Violation of Unique key constraint 'XXX'. Cannot insert duplicate key in
object 'YYYY'
The main problem is that Form_Error is called and DataErr has the value
2627. How to get the real problem, because I want to thranslate errors to
Lithuanian language?
I have table that has some fields that have to be unique. When enters
udplicate data in these fields, he gets an error:
Violation of Unique key constraint 'XXX'. Cannot insert duplicate key in
object 'YYYY'
The main problem is that Form_Error is called and DataErr has the value
2627. How to get the real problem, because I want to thranslate errors to
Lithuanian language?