Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter caching
Message
De
30/08/2003 09:00:16
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
À
29/08/2003 07:31:30
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00824502
Message ID:
00824758
Vues:
24
The advantage is that you don't have to hand-code a bunch of SqlCommand.Parameters.Add() statements. The other available method of setting up the SqlCommand parameters is to use the SqlCommandBuilder, which has a larger footprint than the Blocks and retreives the parameter metadata from SQL Server each time it is used.

P.S. The parameters collection is instanced each time a SqlCommand object is created, but not when the stored procedure is used.

>All,
>
>In the Microsoft Data Access Application Block I noticed that parameter caching was used. What are the advantages of data caching instead of instantiating the parameter objects each time a stored procedure is used?
>
>Thanks
>
>Rex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform