Hi All:
What is the correct syntax for a Text parameter in SQL.
Thanks,
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
My newest novel: Wooden Warriors
What is the correct syntax for a Text parameter in SQL.
Code:
Dim prmHTML As ADODB.Parameter
Set prmHTML = New ADODB.Parameter
prmHTML.Type = adVarChar
'prmHTML.Size = 8000
prmHTML.Direction = adParamInput
prmHTML.Value = strMessage
CMD.Parameters.Append prmHTML
Thanks,
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
My newest novel: Wooden Warriors