Multi-threading with ADO
From: Jim Cutler (JimCutler_at_discussions.microsoft.com)
Date: 08/23/04
- Next message: Jim Cutler: "RE: Passing a binary(16) parameter to a stored procedure in C++"
- Previous message: Brendan Reynolds: "Re: ASP .mdb ADO OLE automation error - but works in access!"
- Next in thread: William \(Bill\) Vaughn: "Re: Multi-threading with ADO"
- Reply: William \(Bill\) Vaughn: "Re: Multi-threading with ADO"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Jim Cutler: "RE: Passing a binary(16) parameter to a stored procedure in C++"
- Previous message: Brendan Reynolds: "Re: ASP .mdb ADO OLE automation error - but works in access!"
- Next in thread: William \(Bill\) Vaughn: "Re: Multi-threading with ADO"
- Reply: William \(Bill\) Vaughn: "Re: Multi-threading with ADO"
- Messages sorted by: [ date ] [ thread ]