One of my Excel columns contains more than 300 characters. My VC++ program can only extract about 250 characters. The rest of the string was chopped off. I think the limitation of string length came from GetFieldValue function.
Is there any way to get around this limitation? Thanks in advance for any assistance.
Is there any way to get around this limitation? Thanks in advance for any assistance.