I'm trying to save a large number of characters to a longvarchar data type using Pervasive V8.
The syntax below worked great for a char field which is limited to a size of 256.
cvaccess->SetFieldValue(COleVariant(fieldname),COleVariant(*datavalue));
After converting the field from char to longvarchar, I can't figure out how to get the the data to it. I have tried numerous methods and none seem to work. Any suggestions would be greatly appreciated.
Thank you...
The syntax below worked great for a char field which is limited to a size of 256.
cvaccess->SetFieldValue(COleVariant(fieldname),COleVariant(*datavalue));
After converting the field from char to longvarchar, I can't figure out how to get the the data to it. I have tried numerous methods and none seem to work. Any suggestions would be greatly appreciated.
Thank you...