tough one - Mailing list pgsql-jdbc

From Tony Grant
Subject tough one
Date
Msg-id 997368698.7916.11.camel@tonux
Whole thread Raw
In response to Re: Re: JDBC 2.0 conformance, documentation and todo list  (Liam Stewart <liams@redhat.com>)
Responses RE: tough one  ("Dave Cramer" <Dave@micro-automation.net>)
Re: tough one  (John Anderson <panic@semiosix.com>)
List pgsql-jdbc
Todays impossible question =:-D

I really need an ARRAY but I am stuck with JDBC 1.0.

the table looks like this

festival    | filmid
------------------------------------------
1979        | 102, 103, 104
1980        | 258, 369, 489, 568

ad nauseum

How can I simulate an ARRAY of this type? If I can't - where is the
nearest bridge?

Cheers

Tony Grant


--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: JDBC 2.0 conformance, documentation and todo list
Next
From: "Dave Cramer"
Date:
Subject: RE: tough one