I have a vb script that connects to a sybase DB, executes a store procedure, read back data through a record set. Sometimes, it will encounter a "read from server has timed out". Can someone tell me how to correct this issue ?
Here is the code:
set conn = CreateObject("ADODB.Connection")...