Re: Problem with Transaction

From: Jan de Visser <jdevisser(at)digitalfairway(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with Transaction
Date: 2006-03-08 18:17:07
Message-ID: 200603081317.08021.jdevisser@digitalfairway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 08 March 2006 11:59, Eduardo Muñoz wrote:
>             statement.setObject(2, null);
>             statement.setObject(3, null);

You need to use setNull( 2, Types.WHATEVER ).

--
--------------------------------------------------------------
Jan de Visser                     jdevisser(at)digitalfairway(dot)com

                Baruk Khazad! Khazad ai-menu!
--------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-03-08 20:02:18 Re: About array in PlPgsql trigger function
Previous Message Michael Fuhr 2006-03-08 18:07:27 Re: distance calculation usng lat and long in miles