hi guys,
I have a memo field in my access db, but I can't figure out how to get a variable holding text from the vb app to the database, mainly because the string can only hold 255 characters. Is there another datatype in vb that can accomodate the amount of data a memo can hold?
I'm also doing this using classes, so it does have to go through code, not just adodb control.
Thanks,
Jack
I have a memo field in my access db, but I can't figure out how to get a variable holding text from the vb app to the database, mainly because the string can only hold 255 characters. Is there another datatype in vb that can accomodate the amount of data a memo can hold?
I'm also doing this using classes, so it does have to go through code, not just adodb control.
Thanks,
Jack