1845f Timeout executing query including ODBC-linked SQL Servertables
Sign Up |  Live StatsLive Stats    Articles 37,312| Comments 177,051| Members 19,398, Newest Geezah| Online 529
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Sikh Philosophy Network » Sikh Philosophy Network » Current News » Information Technology » Timeout executing query including ODBC-linked SQL Servertables

Timeout executing query including ODBC-linked SQL Servertables

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 100 USD (20%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Trying to query ODBC source without linked table adamss@ascinet.com Information Technology 2 28-Jul-2006 08:34 AM
Controlling session timeout when using Microsoft ODBC for Oracle D SJSFoxPro Information Technology 0 28-Jul-2006 08:21 AM
VBA: executing an Update query is failing without an errro AndyCotgreave Information Technology 1 28-Jul-2006 08:12 AM
Linked table via ODBC to MySQL Edgar Thoemmes Information Technology 2 16-Nov-2005 14:50 PM
Error executing update query from VBA? Chris Burnette Information Technology 3 10-Nov-2005 21:08 PM


Tags
timeout, executing, query, including, odbclinked, sql, servertables
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 26-Oct-2005, 16:09 PM
Sogge's Avatar Sogge
Guest
 
Posts: n/a
   
   
Timeout executing query including ODBC-linked SQL Servertables

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I receive the "Timeout expired" message after 60 seconds, when the
dateinterval that is a part of the query is to large. Therefore I'd
like to increase the timeout value to say 600 seconds.

I've read the threads that explains how to solve the timeoutproblem
when calling stored procedures by changing the value of
"commandtimeout", but this is not usable for me since I'm just running
a query consisting of 4 linked tables.

The connection string used during link is:

ODBC;DRIVER=SQL
Server;SERVER=;UID=;PWD=;APP=Microsoft®
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/5821-timeout-executing-query-including-odbc-linked.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
Access;DATABASE=;Network=DBMSSOCN;

Any ideas?

Thanks in advance

Best regards

Søren Horney



Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 26-Oct-2005, 16:54 PM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Timeout executing query including ODBC-linked SQL Servertables

Are you saying that you've got 4 tables linked to tables in SQL Server, and
you're trying to join them in your front-end?

Create a view on the server!

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Sogge" wrote in message
news:1130319318.899151.132020@o13g2000cwo.googlegr oups.com...
I receive the "Timeout expired" message after 60 seconds, when the
dateinterval that is a part of the query is to large. Therefore I'd
like to increase the timeout value to say 600 seconds.

I've read the threads that explains how to solve the timeoutproblem
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
when calling stored procedures by changing the value of
"commandtimeout", but this is not usable for me since I'm just running
a query consisting of 4 linked tables.

The connection string used during link is:

ODBC;DRIVER=SQL
Server;SERVER=;UID=;PWD=;APP=Microsoft®
Access;DATABASE=;Network=DBMSSOCN;

Any ideas?

Thanks in advance

Best regards
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821

Søren Horney


Reply With Quote
  #3 (permalink)  
Old 26-Oct-2005, 17:53 PM
Sogge's Avatar Sogge
Guest
 
Posts: n/a
   
   
Re: Timeout executing query including ODBC-linked SQL Servertables

Thx Douglas for a quick reply - I'll ask our DB-manager to make a view!

However IF I still need to alter the default timeout of 60 seconds -
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
how is this done?

Best Regards

Søren

Reply With Quote
  #4 (permalink)  
Old 27-Oct-2005, 08:58 AM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Timeout executing query including ODBC-linked SQL Servertables

To be honest, I'm not sure there is a way for linked tables. I'm not sure
what's on the Advanced tab under Tools | Options has anything.

Do you need to be able to update the resultant recordset? If not, what you
can do is create a pass-through query that joins the 4 tables. You can set
the ODBC TImeout for pass-through queries (and it would eliminate the need
for a view to be created)

Sorry I can't be of more help, but I seldom use ODBC-linked tables: I use
pass-through queries, and unbound forms.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Sogge" wrote in message
news:1130324559.921849.156640@g43g2000cwa.googlegr oups.com...
Thx Douglas for a quick reply - I'll ask our DB-manager to make a view!

However IF I still need to alter the default timeout of 60 seconds -
how is this done?

Best Regards

Søren


Reply With Quote
  #5 (permalink)  
Old 27-Oct-2005, 08:58 AM
Sogge's Avatar Sogge
Guest
 
Posts: n/a
   
   
Re: Timeout executing query including ODBC-linked SQL Servertables

Thx again Douglas, I've now managed to make a Pass-Through query, but
how exactly do I set the "ODBC TImeout for pass-through queries" - it's
not in the Tools-Settings-Advanced tab!?

Best regards

Søren

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
Reply With Quote
  #6 (permalink)  
Old 27-Oct-2005, 08:58 AM
Van T. Dinh's Avatar Van T. Dinh
Guest
 
Posts: n/a
   
   
Re: Timeout executing query including ODBC-linked SQL Servertables

When you create a Pass-Through Query, Access default the TimeOut Interval to
60 secs. However, you can change it if necessary.

Open the Pass-Through Query in SQL View. Open the Properties window of the
Query using the icon with the left-pointing figer on a list or the Menu View
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
/ Properties or the function key F4) and you should see the ODBC Timeout
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821
Property of the Pass-Through Query.

--
HTH
Van T. Dinh
MVP (Access)



"Sogge" wrote in message
news:1130338142.912172.233550@z14g2000cwz.googlegr oups.com...
Thx again Douglas, I've now managed to make a Pass-Through query, but
how exactly do I set the "ODBC TImeout for pass-through queries" - it's
not in the Tools-Settings-Advanced tab!?

Best regards

Søren


Reply With Quote
  #7 (permalink)  
Old 27-Oct-2005, 08:59 AM
Sogge's Avatar Sogge
Guest
 
Posts: n/a
   
   
Re: Timeout executing query including ODBC-linked SQL Servertables

  Donate Today!  
Hi' Van,

Tanks a bunch - everything runs smoothly now !!
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=5821

Søren

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Do you believe in...
Today 13:15 PM
180 Replies, 3,713 Views
BHOOTS (Ghosts) and...
Today 13:08 PM
102 Replies, 13,848 Views
What Do You Think of...
By akiva
Today 12:56 PM
27 Replies, 525 Views
How does Sikhi help you...
Today 12:44 PM
17 Replies, 549 Views
Why are There so Many...
Today 10:23 AM
70 Replies, 5,021 Views
Biography of a Scholar:...
Today 06:10 AM
1 Replies, 58 Views
Of Serpents, Pigs,...
Today 05:21 AM
37 Replies, 1,008 Views
Should SPN Keep the...
Today 03:27 AM
16 Replies, 396 Views
Map shows world's 'most...
Today 03:02 AM
15 Replies, 242 Views
Friends. A Testimony to...
Today 02:40 AM
4 Replies, 109 Views
Panjabi
Today 02:27 AM
11 Replies, 232 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 02:13 AM
301 Replies, 7,445 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 01:54 AM
169 Replies, 4,330 Views
Oz magazine apologizes...
Today 01:40 AM
1 Replies, 51 Views
Iman: Sack Liberal...
Today 01:34 AM
0 Replies, 35 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 13:23 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.43367 seconds with 32 queries
0