Re: Error when attempting to call Connection.createArrayOf() method

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Allan Kamau <kamauallan(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Error when attempting to call Connection.createArrayOf() method
Date: 2009-12-16 14:00:15
Message-ID: 878wd3vx1s.fsf@meuh.mnc.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Allan Kamau <kamauallan 'at' gmail.com> writes:

> I am trying create an array of text to pass to a postgreSQL function

I personally use the following workaround to send arrays to PG,
it might be helpful for you too:

http://zarb.org/~gc/html/doc-misc.html#2008-08-21

BR

--
Guillaume Cottenceau

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2009-12-16 16:22:00 Re: Get bytes sent to client
Previous Message Allan Kamau 2009-12-16 13:38:08 Error when attempting to call Connection.createArrayOf() method