Re: How do I do multiple asynchronous ADO connections ?
From: Mike Collier (noemail_at_noemail)
Date: 02/05/04
- Next message: Mike Collier: "Re: Read/Write BLOB Fields with Oracle"
- Previous message: Kevin Yu [MSFT]: "RE: MDAC Check"
- In reply to: Alan Silver: "Re: How do I do multiple asynchronous ADO connections ?"
- Next in thread: Alan Silver: "Re: How do I do multiple asynchronous ADO connections ?"
- Reply: Alan Silver: "Re: How do I do multiple asynchronous ADO connections ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 05:19:31 -0000
> >> So, how do I do multiple asynchronous commands ? I can't open a new
> >> connection for each command (can I ?)
I managed to track down an old example of asynchronous ADO tasks (written in
Delphi though).
The example uses Threads. Each thread opens its own connection (which is a
point you were alluding to earlier).
It looks like multiple connections are the way to go in your situation. I
didn't have much luck trying to use a single connection object for this.
Though I don't think you need to go as far as creating your own threads.
Let me know if you need any more details.
-- Mike Collier FREE ADO Inspector tool when you register at ADO forum. www.adoanywhere.com http://www.adoanywhere.com/forum
- Next message: Mike Collier: "Re: Read/Write BLOB Fields with Oracle"
- Previous message: Kevin Yu [MSFT]: "RE: MDAC Check"
- In reply to: Alan Silver: "Re: How do I do multiple asynchronous ADO connections ?"
- Next in thread: Alan Silver: "Re: How do I do multiple asynchronous ADO connections ?"
- Reply: Alan Silver: "Re: How do I do multiple asynchronous ADO connections ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|