Re: question about timeout attributes

From: "Scot Loach" <sloach(at)sandvine(dot)com>
To: "joy chen" <chenjoy_us(at)yahoo(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: question about timeout attributes
Date: 2004-12-12 16:43:27
Message-ID: 71837C040963F748B9B94E123A28967804C562@mailserver.sandvine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Joy,

The SQL_ATTR_CONNECTION_TIMEOUT only applies to calling SQLConnect. If the remote server does not accept the connection, this is the maximum amount of time it will take for the function to return.

The SQL_ATTR_QUERY_TIMEOUT is not supported by the psqlodbc driver.

scot.

-----Original Message-----
From: pgsql-odbc-owner(at)postgresql(dot)org
[mailto:pgsql-odbc-owner(at)postgresql(dot)org]On Behalf Of joy chen
Sent: Friday, December 10, 2004 1:06 PM
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] question about timeout attributes

Hi there,

I am playing out these timeout attributes:
SQL_ATTR_CONNECTION_TIMEOUT and
SQL_ATTR_QUERY_TIMEOUT. Basically I set the connection
timeout to 1 sec after a connection is made and query
timeout to 1 sec after a statement handle is
allocated. And then I did the following:

1. lock a table (say dummy) manually in exclusive
mode.

2. run my program which try to query this dummy table
using the odbc interface with the same statement
handle above.

To my understanding, if these timeout features are
supported correctly. My query should timeout after 1
sec. But in my test, the query just waits there
forever.

My question is therefore whether these timeout
attributes are supported by the postgresql odbc driver
at all or there is a problem in my test.

Any suggestions or recommendations are highly
appreciated.

Thank you
Joy


__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Momjian 2004-12-13 02:18:27 Re: ODBC Rewrite
Previous Message joy chen 2004-12-10 18:06:19 question about timeout attributes