by Kevin Powick <kpowick@[EMAIL PROTECTED]
>
Mar 26, 2008 at 02:19 PM
Gene,
Great to see that you got it working. That code looks much better
than what you were trying before with CreateComObject(...). I was
wondering why you had taken that approach, but didn't say anything as
I hadn't worked with the D3ODBC libs before.
I've always used the direct access provided by the D3 object library
(D3OleSrv). Looking at your code, the cl***** and methods of the
D3ODBC lib look almost identical to those provided by D3OleSrv.
Interesting.
Now all you need to do is wrap the code up into a NT Service and have
your client apps communicate with the service instead of directly with
D3, thus removing the D3 lib dependency on the client side. :-) It
really is easy and flexible with something like RTC. If you would
like to know more, just drop me an e-mail. I think it shows in my
profile, but if not (kpowick [at] gmail [dot] com)
--
Kevin Powick