Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp tables with ado
Message
From
12/07/2002 11:00:55
 
 
To
12/07/2002 07:39:18
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00677926
Message ID:
00678038
Views:
16
I can think of two reasons that you might be having issues:

1) if ADO is issueing the command as a temp. stored procedure or using the sp_executesql system stored procedure, the temp table will be released when the stored procedure terminates.

2) You may be being bit by connection pooling or OLEDB's session pooling.

I'd suggest that you do all of your working within a stored procedure instead of making multiple calls to the database.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform