Re: question about timeout attributes
От | Scot Loach |
---|---|
Тема | Re: question about timeout attributes |
Дата | |
Msg-id | 71837C040963F748B9B94E123A28967804C562@mailserver.sandvine.com обсуждение исходный текст |
Ответ на | question about timeout attributes (joy chen <chenjoy_us@yahoo.com>) |
Список | 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@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org]On Behalf Of joy chen Sent: Friday, December 10, 2004 1:06 PM To: pgsql-odbc@postgresql.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
В списке pgsql-odbc по дате отправления: