ODBC Connection Pooling and Temp Tables
- From: eferreyra <eferreyra@xxxxxxxxx>
- Date: Sat, 12 Apr 2008 05:51:07 -0700 (PDT)
Hi, i need to filla .NET Data Set with 3 related tables, the bottom
line is for the best explain i need frst to do a select XXX into
temp...
And the fill the tables with joins to the TEMP table.
Im using ADO.NET Odbc Data Provider and IBM INFORMIX ODBC DRIVER (3.00
TC3)
I would like to work with/without Connection pooling support all
scenarios, but how connection pooling affects temp tables ?
Its possible that the first query goes thru a connection and laters
with others not finding the temp table ??
Also: The query is issued by a WCF service so probably multiple
threads can access the methods that run the querys.
How i can work with temp tables supporting connection pooling ?
Thanks people!!! (sorry my english)
Enrique
.
- Follow-Ups:
- Re: ODBC Connection Pooling and Temp Tables
- From: Jonathan Leffler
- Re: ODBC Connection Pooling and Temp Tables
- From: Sheshnarayan Agrawal
- Re: ODBC Connection Pooling and Temp Tables
- Prev by Date: Re: Can Disk mirroring/db snapshots replace theusage oftaking database backups?
- Next by Date: Re: ODBC Connection Pooling and Temp Tables
- Previous by thread: Re: Can Disk mirroring/db snapshots replace the usage of taking database backups?
- Next by thread: Re: ODBC Connection Pooling and Temp Tables
- Index(es):
Relevant Pages
|
Loading