Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

stored proc probs..

0 views
Skip to first unread message

Rob Eventine

unread,
Apr 27, 2008, 2:59:35 PM4/27/08
to
hi all,
how does one go about changing the details in the aspnetdb dbase using
the supplied stored procs?

i am using vb as my language but i have no idea how to use them, how to call
them or whatever.. i got the book sql in 24 hours and that made things worse
as i really dont understand where the calls go?

ANY help or code snippets would be a REAL big help..


thanks in advance...

Big thanks...


Fernando Rodriguez

unread,
Apr 27, 2008, 4:09:22 PM4/27/08
to
http://searchwindevelopment.techtarget.com/tip/0,289483,sid8_gci1270321,00.html

Hope that helps.
Fernando L Rodriguez, MCP

"Rob Eventine" <btb...@ntlworld.com> wrote in message
news:r24Rj.93010$4f4....@newsfe6-win.ntli.net...

OHM ( One Handed Man )

unread,
Apr 27, 2008, 5:46:17 PM4/27/08
to
You can think of a stored proc as a prefefined set of instructions. These
can be called by setting up a command object with the parameters required
by the stored proc. If you use the wizards for generating a datasource on
your page, this will give you the option to add a stored proc and set up
your parameters. For example, you may have a stored proc called highest
score which looks at all the players who play and how many goals they score.
The parameters you pass could be something like. @FixtureDate , @TeamName
etc and it could return a table of top scoring players for a team or all
teams.

You can optionally use SQL Server Management Studio to manage your database,
with some simplier operations available from within visual studio itself.

HTH

"Rob Eventine" <btb...@ntlworld.com> wrote in message
news:r24Rj.93010$4f4....@newsfe6-win.ntli.net...

0 new messages