Subject | Re: [Firebird-Java] Array type |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-12-15T15:41:33Z |
> I'm using Jaybird 2.0.1 and FireBird 1.5.2, and when I'm trying toTo best of my knowledge, there is no JDBC driver that works with Firebird
> retrieve table data with base type Array (double precision), I get an
> exception "Types.ARRAY: SQL type for this field is not yet supported." Can
> you help me to fix this, or how to avoid this message? Does any FB drivers
> are available which works with this type? Or what JDBC drivers you advise.
arrays. Adding the feature requires changes in the wire protocol handler
(and in JNI part); except that rest of the code will be quite easy (one has
to add new FBField subclass). If you're interested in contributing this
code, please contact me privately.
Roman