How can I load a big xml file into database without worring about the limit on a string object?
Strings can be pretty big - there's no limit inherent in the implementation of String that you're likely to run into. How big is 'big'?
-- Andy Armstrong, Tagish
