From a
VB app I need to be able to insert data from a String variable into a CLOB field. I am trying to do this in a stored proc using ADO. I can't get the CLOB field right though. I'm not even sure if it supported. Could you all help me? The CLOB parameter I was trying tuse is at the bottom.
Jarrod
.Parameters.Append .CreateParameter("i_Note_Message", adLongVarChar, adParamInput, 4000, "Test message")