Thread: ODBC error

ODBC error

From
michelle@murrain.net (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


Re: ODBC error

From
Jochem van Dieten
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? I
> know that pg now has no limit on text objects.
>
> Using pg 7.1, on Debian stable, using CF 4.5

What version of the ODBC driver and can you post the CF code?

Jochem