Re: ODBC driver & connection limit

From: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC driver & connection limit
Date: 2009-08-23 23:47:51
Message-ID: BAY114-DAV7D35A0D6683425334F747FAFA0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


After which version of psqlODBC driver the limitation was removed ?

Regards,
Adnan DURSUN
----- Original Message -----
From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
To: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Sent: Sunday, August 23, 2009 12:29 PM
Subject: Re: [ODBC] ODBC driver & connection limit

> Adnan DURSUN wrote:
>>
>> ----- Original Message -----
>>> From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
>>> To: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
>>> Cc: <pgsql-odbc(at)postgresql(dot)org>
>>> Sent: Thursday, August 20, 2009 5:18 PM
>>> Subject: Re: [ODBC] ODBC driver & connection limit
>>
>>
>>> As far as I know, the ODBC driver does not specify any limits.
>>> However, the postgresql server does.
>>
>> But the psqlodbc.h file has the following line ;
>> #define MAX_CONNECTIONS 128 /* conns per environment * (arbitrary) */
>> What does that mean ?
>
> Once the connection limit was 128 but the current driver doesn't
> have the limitation.
>
> regards,
> Hiroshi Inoue
>
> --
> Sent via pgsql-odbc mailing list (pgsql-odbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-odbc
>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Andrus Moor 2009-08-24 08:30:40 08.04.0100 truncates bytea fields
Previous Message Hiroshi Inoue 2009-08-23 09:41:04 Re: Problem with the read only clause for read only cursors