MS Access ODBC call failed Query timeout expired
Asked Answered
S

2

5

All I'm trying to do is create 4 linked tables to 4 views in a sql database. 3 of them work fine, the other one gives me this error when I try to open it. It does take a long time to open it from sql mgmt studio (almost 3 mins). Searching online I can only find where people suggest changing the timeout property from design view, but when I open the linked table in design view there is no timeout property to be found. I can only see that when I open an actual query. I have already increased the timeout property in the registry for QueryTimeout to 5mins, yet I still get the timeout error after 60 secs. Hopefully I am making sense to someone :) Thanks for any help.

Sgraffito answered 4/5, 2015 at 20:11 Comment(0)
S
12

You can set the timeout in your ADO connection object, or in the Access database options. Here's a screenshot from Access 2013. Look for the OLE/DDE timeout under the Client Settings.

enter image description here

Shoran answered 5/5, 2015 at 5:26 Comment(0)
L
0

Hi another place to change the timeout is at the property sheet in case the one above didn't work.

enter image description here

Liquidambar answered 14/2, 2019 at 14:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.