Recent content by thpanos

  1. T

    ODBC connection problem - Cannot reconnect

    Hi, I will try to transform my code and inform you accordingly for the results. Best Regards, Theodore
  2. T

    ODBC connection problem - Cannot reconnect

    Hi mdlueck, thank you for your quick response. The whole story tortured me for a while indeed. Let me see if everything is well understood. I have 1 update (on the SQL Server) and some append queries (from SQL server tables to local tables). My FE code runs every 90 seconds So, I must setup...
  3. T

    ODBC connection problem - Cannot reconnect

    Hi My code runs some update and append queries, using the ontimer event of a form (timer interval = 90 seconds). These are Saved Queries that are executed inside a transaction. The problem is that after loosing connection (err 3146 - i.e. disabling internet connection on my PC), I cannot...
Back
Top Bottom