Hi I'm trying to connect to a TUniConnection with a Devart component that connects use OLEDB to an SQL Server. I'm simply placing on a MainModule like the help specifies and on the MainModuleConnect I'm issuing:  UniConnection1.Connected := True;    Running this app throws a CoInitialize has not been called error.   If I add ActiveX to the uses and call instead:   Coinitialize(0); UniConnection1.Connected := True;   Then everything works as expected - however I've read this isn't a great