Hi there,
first i have to congratulate you all on your fine job supporting LLBLGEN
Now, my question: i have a "unique" constraint on my table, and when i try to insert something that violates it, llblgen raises an exception (ORMQueryExecutionException).
The problem is: this exception only gives me the information that something went wrong while executing a query, but it can be that unique constraint, or some other problem.
What is the best way to identify the problem? What i am planning to do is parse the exception message, and there i can search for certain words that will give me the indication of what went wrong..
Any suggestions?
Thanks in advance,
Nelson