Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: SQL 7.0 under W2k: Lost INSERT?

    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...

  • RE: SQL 7.0 under W2k: Lost INSERT?

    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...

  • RE: SQL 7.0 under W2k: Lost INSERT?

    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...

  • RE: SQL 7.0 under W2k: Lost INSERT?

    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...

Viewing 4 posts - 1 through 5 (of 5 total)