Обсуждение: ...

Поиск
Список
Период
Сортировка

...

От
david blood
Дата:
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

Problem with unixODBC driver and lenth of sql statements

От
david blood
Дата:


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

Re: Problem with unixODBC driver and lenth of sql statements

От
Hiroshi Inoue
Дата:
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