|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
connection pooling and #tables (temp tables) |
From: |
drdara |
Date: |
1/26/1999 12:43:04 PM |
IP: |
207.217.243.39 |
If connection pooling keeps a connection alive to the sql server - does that mean a temporary table is no longer private to that connection? Meaning, User#1 (coming thru and asp conn) selects into #mytemp, and this temp table take a while to build, now user#2 comes along (again thru and asp conn) and wants to select into #mytemp which is still being built. What happens? I want the two users to have their own private #mytemps but I have a feeling connection pooling is not going to let me do that. Does anyone know? |
Follow Up - Re: connection pooling and #tables (temp tables) - drdara 1/30/1999 2:16:41 PM
|
|
|
|
|
|
|
|
|
|
|
|