mahjong gratuit en ligne
New Member
In my code I want to assign Parameter Direction but do not know how to do.\[code\] Dim sqlParam(0 To 3) As SqlParameter sqlParam(0) = New SqlParameter("@reg", SqlDbType.VarChar, 20) sqlParam(0).Value = http://stackoverflow.com/questions/12599687/reg sqlParam(1) = New SqlParameter("@action_code", SqlDbType.VarChar, 30) sqlParam(1).Value = http://stackoverflow.com/questions/12599687/action_code sqlParam(2) = New SqlParameter("@user", SqlDbType.VarChar, 40) sqlParam(2).Value = http://stackoverflow.com/questions/12599687/Session("user_code").ToString() sqlParam(3) = New SqlParameter("@@ret_val", SqlDbType.[Char], 1, )\[/code\]I want to assign ParameterDirection of "@@ret_val".