Viewing 8 posts - 1 through 8 (of 8 total)
I got it working by adding an Info class and populating that.
Thanks again for the help.
January 15, 2010 at 9:50 am
Thanks Chris that was exactly what I needed to get the UserId's.
In retriving those UserID's on the vb.net side, I use an executeReader to fill a collection of (Int32)....
January 15, 2010 at 9:31 am
The following ended up working without having to pass the PollResultID parameter:
Thanks for both your responses and help!
USE
[DNN]
GO
/****** Object: StoredProcedure [dbo].[UpdatePollResult] Script...
August 10, 2007 at 2:01 pm
So this means that I have to pass the parameter (PollResultID)? I was trying to avoid that as Marks version of the Update PollResults section worked correctly. Thanks again, Larry.
August 10, 2007 at 1:14 pm
Heres the definitions for the 2 tables im working with. 1 result to 1 comment. PollResultID is setup as an identity field. Thank you greatly for your assistance!
PollResults
PollResultID(PK, int, not...
August 10, 2007 at 12:59 pm
Thanks for the reply. But being that the first segment of the proc updates a row containing the PollResultID, isnt there a way to capture that value and pass it into the...
August 10, 2007 at 12:35 pm
I changed the stored procedure to the following, but only the piece that executes the PollResults update is working. The PollComments update does not function. Am I using the IDENTITY...
August 10, 2007 at 12:11 pm
Viewing 8 posts - 1 through 8 (of 8 total)