Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Remote Query

Author  Topic 

kamalkishore_in
Yak Posting Veteran

76 Posts

Posted - 2001-07-25 : 23:32:25
Hello
I am executinig a SQL Query to a remote server using ADO/ODBC connection.

But while executing the query it is giving timeout error very early even after 1-2 sec.

Even I have given the command connection.commandtimeout = 0 just before executing the connection.execute command.

What should I do to avoide this error.
I am using VB6 and sql Server 2000

Thanks

   

- Advertisement -