ALTER PROCEDURE [dbo].[UpdateEditor] ( @tblUserIdParam nvarchar(50), @UniqueID uniqueidentifier -- @RowIdHidden int in the srorproc u have nt mention the size of column as the size 50 make it fifty.
Thanks and Regards
Somnath
http://silverlightcsharp.blogspot.com
Please click “Mark as Answer” on the post if it helps you,
Marked as answer by brgdotnet on Jul 16, 2009 03:32 PM
Som Nath Shu...
Contributor
3289 Points
541 Posts
Re: I only get first letter inserted when I call stored proc
Jul 16, 2009 06:06 AM|LINK
ALTER PROCEDURE [dbo].[UpdateEditor] ( @tblUserIdParam nvarchar(50), @UniqueID uniqueidentifier -- @RowIdHidden int in the srorproc u have nt mention the size of column as the size 50 make it fifty.
Somnath
http://silverlightcsharp.blogspot.com
Please click “Mark as Answer” on the post if it helps you,