posted 20 years ago
I am not quite sure where to start
but I will do my best to not have it turn into ramble.
First I want to check for an "old" open DB connection
and close it if there is one open
Now where my error occurs:
Then in the while (connected == false)
loop, I delete all of the data out of the tables
because I do not want stale data appearing on the GUI.
For some reason this is where is throws my error.
If I take them out it runs fine.
The real strange deal is I have another program
set up to read from a processor the same way
and that one throws no errors at all.
So I am thinking (okay hoping) its just something small I am missing
Thank you very much for all of your time
January