Using Delphi 7, whenever I try to do any database work inside of a thread I get this error:
"CoInitialize has not been called"
I used a simple code containing an ADOConnection.Open inside the thread.
But the same code works fine if it's used in a form any ideas?