ODBC Timeout error

  • Thread starter Microsoft News Groups
  • Start date
M

Microsoft News Groups

I have two databases written in Access2000 with SQL server 2000 backends.

In the last couple of days several forms are coming up with "ODBC error on
linked table: Timeout" errors.

I have relinked the tables

The error occurs when

usingDoCmd.RunCommand accmdSaveRecord

using a SQL statement like
CurrentProject.Connection.Execute "Update tablename Set field = value
Where Index = Ivalue"

or

using a SQL Server stored procedure with parameters @field and @Ivalue
and ADO connection and command objects and calling command.Execute

The error does not always occur.

Data can be changed in the linked tables when opening the tables in the
Tables 'tab' of Access.

The error seems to be related to updating rather than creating rows in the
tables.

Any suggestions would be greatly appreciated.

Rod Scoullar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top