Thread: OBDC Error

OBDC Error

From
Michelle Murrain
Date:
I'm trying to isolate a problem - using Cold Fusion, and sending to pg a
large text block, I'm getting an error:

ODBC Error Code = 08S01 (Communication link failure)

Error while executing the query; Query string is too long

Is this a Cold Fusion problem, or a postgresODBC driver problem? I know
that pg now has no limit on text objects.

Using pg 7.1, on Debian stable, using CF 4.5

Thanks!

Michelle

-------------------------------
Michelle Murrain, Code Jockey
mpm@norwottuck.com


Re: OBDC Error

From
Hiroshi Inoue
Date:
Michelle Murrain wrote:
>
> I'm trying to isolate a problem - using Cold Fusion, and sending to pg a
> large text block, I'm getting an error:
>
> ODBC Error Code = 08S01 (Communication link failure)
>
> Error while executing the query; Query string is too long
>
> Is this a Cold Fusion problem, or a postgresODBC driver problem?

A driver bug maybe.
Use the latest psqlodbc driver 7.01.0006.

regards,
Hiroshi Inoue