Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temp tables with ado
Message
De
12/07/2002 11:00:55
 
 
À
12/07/2002 07:39:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00677926
Message ID:
00678038
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform