Beside string, what can I used to store line greater than 2046 bytes

  • Thread starter Thread starter AboutJAV
  • Start date Start date
A

AboutJAV

Hi,

In my code, I accept very long string, which may be greater than 2046
bytes. String can not exceed this limit. What else can I use to store
these very long string?

Thanks,
 
Where did you get that idea.

The maximum allowed length of a string is 1 byte less than 2 Gigabytes or 1
byte less than 2046 Megabytes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top