Jump to content

Recommended Posts

Posted

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 idea. Anyone have an idea what I might be doing wrong here?

 

Thanks,

 

Rhett Price

IndySoft

 

  • 5 months later...
  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...