opearation has timed out error

A

AVL

Hi,
I'm working on a windows application. My app uses web service to connect
to the sql server db. The app and web service are running fine on my
development environment but
whe deployed on to production server, i'm receving the
'operation has timed error'.

I've tried all the possible solutions given on the net like setting timeout,
configuring the executionTImeout etc.. but no luck..

My adocommandtimeout property is set to 0
connection timeout property is set to 60
 
G

George Ter-Saakov

Timeouts usually happen due to record/table being locked...
You need to check with SQL Manager what and why something is locked...

From my experience if you link MS SQL table from MS Access that might put a
lock on a table when linked table is opened in Access.
My adocommandtimeout property is set to 0
PS: Not sure why you using ADO..., Actually waht database are you using? MS
SQL?

George.
 

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

Top