I created the Remote-DB object in the Treads execute method and destroyed it after processing. But somehow this lead to problems, although I used synchronize to update the GUI. I also saw the crashes after havong disposed the Form with the background threads, minutes later.
However, the problem is solved, I moved the query stuff to the server and query JSON from the background threads - this works well.