Subject Re: Type Convertion Exception
Author Roman Rokytskyy
> Could anybody tell me what happens when this exception occurs?
>
> org.firebirdsql.jdbc.field.TypeConvertionException: Error
> converting to object.

Driver does not know how to convert a type you specified in a type of
a column. You have the line number, check what type do you pass as a
parameter.

Roman