Re: ODBC driver & connection limit - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: ODBC driver & connection limit
Date
Msg-id 4A910BE6.6070505@tpf.co.jp
Whole thread Raw
In response to Re: ODBC driver & connection limit  ("Adnan DURSUN" <a_dursun@hotmail.com>)
List pgsql-odbc
Adnan DURSUN wrote:
>
> ----- Original Message -----
>> From: "Richard Broersma" <richard.broersma@gmail.com>
>> To: "Adnan DURSUN" <a_dursun@hotmail.com>
>> Cc: <pgsql-odbc@postgresql.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

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: sqlstate is HY000 for not_null_violation
Next
From: Hiroshi Inoue
Date:
Subject: Re: Problem with the read only clause for read only cursors