Re: ODBC driver & connection limit

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
Subject: Re: ODBC driver & connection limit
Date: 2009-08-23 09:29:10
Message-ID: 4A910BE6.6070505@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2009-08-23 09:41:04 Re: Problem with the read only clause for read only cursors
Previous Message Hiroshi Inoue 2009-08-23 09:26:11 Re: sqlstate is HY000 for not_null_violation