Subject Re: [Firebird-Java] Array or Vector as a Parameter
Author Roman Rokytskyy
> Could anybody tell me how I pass an Array (List, Vector,..) to the
> DB?

> Something like this: [345, 547, 678, 987]
> Is is possible?

No, this is not possible. Arrays are not supported by the JDBC driver, you
can only use them by addressing components separately. See Language
Reference for more details.

Roman