Problem with array ... help!

From: Alexey Slynko <slynko(at)stack(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Problem with array ... help!
Date: 2002-03-12 09:50:09
Message-ID: 20020312124212.B77079-100000@elizabet.stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have a table with column type int[], for example:
CREATE TABLE test (
id int[],
description text
);

When I try to get some data from this table (i.e. SELECT * FROM test),
JDBC create an exception:
"Class names may not have _ in them. You supplied {0}."
What does it mean ? Can anyone post example for working with arrays in
JDBC ? Please, help...

Thanks,

Alexey Slynko

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-03-12 10:34:38 Re: Problem with array ... help!
Previous Message Cosmin Coroiu 2002-03-12 09:40:17 Duplicate key identification