indyrhett Posted June 26, 2017 Posted June 26, 2017 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
Oliver Morsch Posted June 26, 2017 Posted June 26, 2017 (Uni)ServerModule -> AutoCoInitialize -> True 1
indyrhett Posted June 26, 2017 Author Posted June 26, 2017 Ah... perfect. Works great. Thanks! - Rhett
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now