When multiple STA threads try to access the DB using the DBConncetion class, all but the first one will not return a Connet function.
When the program is stopped, the locked thread will get an exception saying "COM object that has been separated from its underlying RCW cannot be used."
Can the DBConncetion class only be used from an MTA thread?