From: | Dave Cramer <Dave(at)micro-automation(dot)net> |
---|---|
To: | Felipe Schnack <felipes(at)ritterdosreis(dot)br> |
Cc: | pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: server-side prepared |
Date: | 2003-01-08 19:31:02 |
Message-ID: | 1042054261.1016.97.camel@inspiron.cramers |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Felipe,
You, need the new code.
Dave
On Wed, 2003-01-08 at 13:34, Felipe Schnack wrote:
> I just can't use server-side prepared statements
> Here is a snippet of my sources, note that the column I'm inserting is
> of "bigint" data type
> PreparedStatement prep = Connection.prepareStatement("insert into
> tablename values (?)");
> prep.setNull(1, Types.BIGINT);
> prep.executeUpdate();
> For some strange reasons when I execute that I get the following
> error: "Column 'cpf' is of type BIGINT, but expression is of type text"
> Well, I specified the BIGINT type correctly, What can I do?
>
>
--
Dave Cramer <Dave(at)micro-automation(dot)net>
From | Date | Subject | |
---|---|---|---|
Next Message | Felipe Schnack | 2003-01-08 19:34:04 | Re: server-side prepared |
Previous Message | Scott Lamb | 2003-01-08 19:26:32 | Re: server-side prepared |