orangeblue
Programmer
HI
I got a field called text area, but on my store proc i used the command
@desc text
I know how to use nvarchar, but not sure about text
cmdStoredProc.Parameters.Append cmdStoredProc.CreateParameter("@desc", adVarChar, adParamInput, , gs_desc)
i am having errors using the above statement
cheers
Hesh
I got a field called text area, but on my store proc i used the command
@desc text
I know how to use nvarchar, but not sure about text
cmdStoredProc.Parameters.Append cmdStoredProc.CreateParameter("@desc", adVarChar, adParamInput, , gs_desc)
i am having errors using the above statement
cheers
Hesh