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