Bug Article
[
Home
|
Contents
|
Search
|
Post
|
Reply
| Previous | Next ]
Subject:
String Variable Limitations
Name:
Siva
Date:
Tuesday, March 04, 2003
Email (spam proof):
Email the originator of this post
Product:
VB Code Header
Bug:
Regional Settings is Japanese. Hi all, We all know variable length string can hold upto maximum of 2 billion bytes. My problem is I'm reading a word document of size 1.6MB and converting that into an XML and then move the value to the database. When I retrieve the value from the database to XML and try to display the same document the data is getting truncated. As far my knowledge what I found was when you try to store the huge text in a string variable at single shot it was not able hold the data. Let me know what will be the reason. Is there any other limitations like we can't store huge text at a single assignment. Regards, Siva