D
David Hearn
I have two stored procs that I need to call in an ASP.NET 2.0 application
that I am writing. One has two input parameters that need to be sent and it
will return another. The other one also has two inout parameters and I need
to return a dataset from it. This was so simple in 1.1 through drag-and-drop
and it seems like they have made it harder in 2.0. I could drag-and-drop my
stored proc and it would automatically setup my data adapter and everything.
I can't find a way to do this in 2.0. I have searched all over for
tutorials, documentation, etc on how to accomplish this but I'm coming up
empty. Can someone enlighten me on how to accomplish these two tasks?
Detailed example code would be greatly appreciated as would links to
tutorials or other documentation.
Thanks in advance!
that I am writing. One has two input parameters that need to be sent and it
will return another. The other one also has two inout parameters and I need
to return a dataset from it. This was so simple in 1.1 through drag-and-drop
and it seems like they have made it harder in 2.0. I could drag-and-drop my
stored proc and it would automatically setup my data adapter and everything.
I can't find a way to do this in 2.0. I have searched all over for
tutorials, documentation, etc on how to accomplish this but I'm coming up
empty. Can someone enlighten me on how to accomplish these two tasks?
Detailed example code would be greatly appreciated as would links to
tutorials or other documentation.
Thanks in advance!