Subject | Re: [Firebird-Java] FBSQLException since upgrade from Firebird 1.5 to 2.1 |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-09-29T09:41:20Z |
> After seeing the message 'GDS Exception. 335544334. conversion error fromThe "DP" value is in the database, not in your sources, in a column that
> string "DP"' I grepped my sources for a string DP, and there is none...
> Do you have an idea what could go wrong here?
is referenced in your query. Looks like your query treats the values in
the column as numbers or dates and Firebird fails to parse the "DP"
string and to convert it to the required type.
Roman