ADO Threads and Connection Pooling
From: Simon Hooper (simon_at_simonhooper.co.uk)
Date: 01/06/04
- Next message: Simon Hooper: "Re: Selecting Databases"
- Previous message: Brian Hollister: "Re: TADOConnection"
- Next in thread: Brian Bushay TeamB: "Re: ADO Threads and Connection Pooling"
- Reply: Brian Bushay TeamB: "Re: ADO Threads and Connection Pooling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 6 Jan 2004 16:52:46 -0000
What does the statement "ADO is thread safe" actually mean?
I want to create a multi-threaded data processing application. Probably
main plus three threads, all accessing the same SQL Server database.
Am I best to have one universal TADOConnection that all the threads use, or
do I need a separate TADOConnection created in each thread.
If I do need a TADOConnection per thread, how do I invoke connection
pooling?
Thanks in advance
Simon
- Next message: Simon Hooper: "Re: Selecting Databases"
- Previous message: Brian Hollister: "Re: TADOConnection"
- Next in thread: Brian Bushay TeamB: "Re: ADO Threads and Connection Pooling"
- Reply: Brian Bushay TeamB: "Re: ADO Threads and Connection Pooling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|