Viewing 4 posts - 1 through 5 (of 5 total)
Hi again!
I think I´ve find the fail: All it´s cause the new server is faster and better than old, and when the Analyzer is running, makes the system more slowly.
I...
May 20, 2002 at 10:27 am
Of course!!! Thank you so much for your time 😉
Inside global module:
Global DBasePara As New ADODB.Connection
...
DBasePara.ConnectionTimeout = 60
DBasePara.CommandTimeout = 0
DBasePara.Provider = "sqloledb"
DBasePara.Properties("Data Source").Value = Servidor_
DBasePara.Properties("Initial Catalog").Value = "Almacen"
DBasePara.Properties("Integrated Security").Value...
May 15, 2002 at 10:44 am
I use a public (and global) ADODB.Connection in the application, which
is always open.
Looking for a help, I found the "ExecuteComplete" event, and I inserted
the sentences into the code. I could...
May 15, 2002 at 3:13 am
quote:
What is you error message when it fails and you have to retry?"Don't roll your eyes at me. I will tape them...
May 13, 2002 at 9:56 am
Viewing 4 posts - 1 through 5 (of 5 total)