Re: Calling Stored Procedures
From: Marc Scheuner [MVP ADSI] (m.scheuner_at_inova.SPAMBEGONE.ch)
Date: 03/21/05
- Next message: Paul Bartlett: "Re: Bind a data grid column to an element of a collection?"
- Previous message: Alexander Shirshov: "Re: Unable to bind untyped dataset to textboxes, anyone done this?"
- In reply to: Erwin Pant via DotNetMonster.com: "Re: Calling Stored Procedures"
- Next in thread: Erwin Pant via DotNetMonster.com: "Re: Calling Stored Procedures"
- Reply: Erwin Pant via DotNetMonster.com: "Re: Calling Stored Procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Mar 2005 08:34:16 +0100
>Like I said, using the SqlParameters collection is a more "clean" way of
>programming,
and the more recommended and the more performant, too - it's just a
matter of fact that using the CommandType = StoredProc results in a
more efficient call than calling the SP through a "EXEC <spname>"
using a CommandType = Text.
Marc
================================================================
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
- Next message: Paul Bartlett: "Re: Bind a data grid column to an element of a collection?"
- Previous message: Alexander Shirshov: "Re: Unable to bind untyped dataset to textboxes, anyone done this?"
- In reply to: Erwin Pant via DotNetMonster.com: "Re: Calling Stored Procedures"
- Next in thread: Erwin Pant via DotNetMonster.com: "Re: Calling Stored Procedures"
- Reply: Erwin Pant via DotNetMonster.com: "Re: Calling Stored Procedures"
- Messages sorted by: [ date ] [ thread ]