- This topic has 2 replies, 2 voices, and was last updated 3 years ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Hi,
Trying to get started with kbmMW, and starting with “Using kbmMW as a query server”-document. I know it is an old document, but guess it should get me started understanding kbmMW.
However, I get a “CoInitialized has not been called”-error when I try to connect the client. I am not sure where the best place to call this is (and the CoUnInitialize-call).
The database-connection is a dbExpress with Devart-driver.
Thanks in advance.
Bjørn
Hi,
Check this link for some background info:
https://forums.devart.com/viewtopic.php?t=35949
You can set OLEDBCompatible property to true on the TkbmMWDBXConnectionPool instance.
/Kim
Hi,
Got a bit of reading ahead to understand it fully, but it does solve the problem.
Thank You.
Bjørn