More detailed error message

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
alexB
Posts: 15
Joined: Fri 30 Apr 2010 11:06

More detailed error message

Post by alexB » Thu 13 Oct 2011 11:56

Hello,

If a column is of type NUMBER(8,4) and the input value does not have the defined format, you will get an error saying:

ORA-01438: value larger than specified precision allowed for this column

Would be really helpful if you provide information about the row/column for which the error was thrown.

Thank you,
Alex.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: More detailed error message

Post by Shalex » Fri 14 Oct 2011 07:55

alexB wrote:If a column is of type NUMBER(8,4) and the input value does not have the defined format, you will get an error saying:

ORA-01438: value larger than specified precision allowed for this column
Please send us a small test project with the corresponding DDL script to identify the exact way you are executing your command.
alexB wrote:Would be really helpful if you provide information about the row/column for which the error was thrown.
Our provider returns the error that was generated at the server side. A more detailed information is not supplied by server itself.

alexB
Posts: 15
Joined: Fri 30 Apr 2010 11:06

Post by alexB » Tue 18 Oct 2011 08:24

I just sent the test project to [email protected].

Post Reply