No title

Started by david bloodabout 24 years ago3 messagesgeneral
Jump to latest
#1david blood
davidjblood@yahoo.com

I have a porblem with the length of SQL statements using coldfusion and the
unixODBC driver For my queries of long length it says

Error while executing the query; Query string is too long

Is there a version of the driver that does not have this problem and where
would I get it.

David

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

#2david blood
davidjblood@yahoo.com
In reply to: david blood (#1)
Problem with unixODBC driver and lenth of sql statements

I have a porblem with the length of SQL statements using coldfusion and the
unixODBC driver For my queries of long length it says

Error while executing the query; Query string is too long

Is there a version of the driver that does not have this problem and where
would I get it.

David

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

#3Hiroshi Inoue
Inoue@tpf.co.jp
In reply to: david blood (#2)
Re: Problem with unixODBC driver and lenth of sql statements

david blood wrote:

I have a porblem with the length of SQL statements using coldfusion and the
unixODBC driver For my queries of long length it says

Error while executing the query; Query string is too long

Is there a version of the driver that does not have this problem and where
would I get it.

You can get the driver using PostgreSQL 7.2.
Please configure the pg7.2 with --enable-odbc --with-unixodbc
and build. Note that you have to install the unixODBC package
before building PostgreSQL.

regards,
Hiroshi Inoue