Multi-threading with ADO

From: Jim Cutler (JimCutler_at_discussions.microsoft.com)
Date: 08/23/04


Date: Mon, 23 Aug 2004 12:13:02 -0700

Hi all,
  I'm using C++ smart pointers. If I create a ADODB.Connection object in
thread A, can I use it (no simultaneously, of course!) in thread B? In other
words, does the creation of the ADODB.Connection object in thread A create
structures or an environment that is local to the calling thread? If so,
what would I have to do to initialize thread B so that it can use an ADO
connection created by another thread?

Thanks,
Jim