Link to home
Start Free TrialLog in
Avatar of seanlhall
seanlhallFlag for United States of America

asked on

ODBC Timeout Error with linked tables in MS Access?

I have a MS Access database front end linked to a MS SQL server. I have a user that keeps getting the following error:

ODBC--update on a linked table 'tblsubjects' failed
[Microsoft][ODBC SQL DRiver][timeout Expired](#0)

This error happens when opening a pop up form which has the same record source as the main form. The error happens when closing the pop up form.

I can not reproduce the error on my machines.
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

<<I can not reproduce the error on my machines.>>

 You may not be able to.   All the error message means is that SQL Server is taking longer then the default 60 seconds to respond to the data request, and timesout.

 If the form is based on a query, look at the query properties and change the ODBC timeout to 0 (will never time out).

 Once you get that far, then you need to figure out why your request is taking so long (amount of data their requesting?  Network issue?  Server is bogging down?, etc).

Jim.
Avatar of seanlhall

ASKER

It seems like if more that two front ends are running I get the time out error. I have the time out set for 120 sec. If during that time the other front end closes the pop up form closes with no error.
ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the pop up has the notes field on it. There was not enough room on the main form. Also the second user does not have to be in the same record. As soon as the second user opens the front end the second user starts having problems like the record is locked.
Thanks.

 Terribly sorry on this; I lost track of it (last two days have been a bit hectic).

  Where did you end up and why did you close the question?

Jim.