hi guys,
support the data type of a column is int[], i can use
ResultSet.updateArray(int, Array) to update it, right? My question is how to
create an instance of java.sql.Array to pass in updateArray?
BTW, does 7.4.x postgresql jdbc driver support RowSet?
thanks
zhenchang