I want to pass a parameter to a store procedure of type "Text". From Visual Basic, when calling
CreateParameter("@MyNotes", ad????)
I don't know what should it by, adChar or adVarChar....

Thanks.