If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Change Query Time Out - Informix 9.4 Odbc

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-24-11, 12:01
marilux marilux is offline
Registered User
 
Join Date: Jan 2010
Posts: 2
Red face Change Query Time Out - Informix 9.4 Odbc

Hi,
Lately the application is throwing "Time Out" error when it executes a Query, the time out is about 15 seconds. I donīt have access to the source code, but I think it can be configure it via Odbc, how can I change the environment variable query time out in the odbc?

Thanks a lot!!!
Reply With Quote
  #2 (permalink)  
Old 06-01-11, 10:19
marymurny marymurny is offline
Registered User
 
Join Date: Sep 2004
Posts: 32
Change Query Time Out - Informix 9.4 Odbc

Odbc does not have a query timeout, just the connection timeout. Depending on the application they should have a configuration file, if not then it would need to be set in the application.

One similar case is with Microsoft Access has a query timeout of 30 seconds under Access options.

Also if you have accesses to the database, ie telnet, then run the query directly in dbaccess or have the DBA run the query with set explain on. Possibly over time the query is handling more data so now it will not run in 15 seconds.

If the above does not help you may want to contact the software vendor for help.
Reply With Quote
Reply

Tags
informix, odbc, query performance

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On