Re: Error: Input string was not in a correct format

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rommel the iCeMAn" <icecrew(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Error: Input string was not in a correct format
Date: 2007-05-08 00:11:25
Message-ID: 20667.1178583085@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Rommel the iCeMAn" <icecrew(at)gmail(dot)com> writes:
> I'm trying to call a function from my .NET project and I am getting this
> error: "Input string was not in a correct format". I have checked to make
> sure that I am not mismatching my parameters. Is there a way that I can see
> the actual SQL query that is being sent to postgresql? Once I can see this
> then perhaps I can find the little gremlin that is annoying me :-)

FWIW, I can't find that error string (or even one using the phrase
"correct format") anywhere in the core PG code. So it's coming from
somewhere on the client side, unless you've got some third-party library
loaded into the backend.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Paul Lambert 2007-05-08 01:51:52 Query RE using COPY
Previous Message Michael Glaesemann 2007-05-07 23:46:07 Re: Error: Input string was not in a correct format