Subject | Re: [Firebird-Java] Array or Vector as a Parameter |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-08-11T21:59:14Z |
> Could anybody tell me how I pass an Array (List, Vector,..) to theNo, this is not possible. Arrays are not supported by the JDBC driver, you
> DB?
> Something like this: [345, 547, 678, 987]
> Is is possible?
can only use them by addressing components separately. See Language
Reference for more details.
Roman