I use the array data type in some DB tables, and use JDBC to make the connection between DB and the application..
After one or two hours' research on the PGSQL-jdbc archive and Java.sun, I haven't find out how to retrieve array from
the tables. Is it something can be done or not?
Thanks in advance.
Vernon