Hi DC Gringo:
Use the ExecuteNonQuery method of a command object when you have a
query that does not return any rows. I don't believe the designer will
set this up for you, but there is plenty of sample code around if you
look, here is one KB article:
http://support.microsoft.com/default...b;EN-US;310070
--
Scott
http://www.OdeToCode.com
On Tue, 7 Sep 2004 19:04:07 -0400, "DC Gringo"
<> wrote:
>I'm trying to configure an SqlDataAdapter to a stored procedure that has no
>recordsets, but rather a handful of output parameters. VS.Studio gives me
>"Failed to get schema for this stored procedure"