Dear Friends
Could you please help me to send a text parameter to stored procuder ?
i am using the following code by it doesn't work :
Set tmpParam= Cmd.CreateParameter("@Text",200,1,,MyText)
Cmd.Parameters.Append tmpParam
Please attention that I don't want to pass a varchar or char data type, I want to pass text data type.
Thanks
Could you please help me to send a text parameter to stored procuder ?
i am using the following code by it doesn't work :
Set tmpParam= Cmd.CreateParameter("@Text",200,1,,MyText)
Cmd.Parameters.Append tmpParam
Please attention that I don't want to pass a varchar or char data type, I want to pass text data type.
Thanks