OBDC Error

Started by Michelle Murrainover 24 years ago2 messagesgeneral
Jump to latest
#1Michelle Murrain
mpm@norwottuck.com

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

#2Hiroshi Inoue
Inoue@tpf.co.jp
In reply to: Michelle Murrain (#1)
Re: OBDC Error

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