tags:

views:

46

answers:

2

Hi, I have an application that just only use for show information and search data. and my datatype is text and has larg size. would you please tell me what's the best storage for it. also I don't want to use SQL database. thaks

A: 

I would just store it to disk with a plain file name. What language are you using?

Bryan Ross
A: 

I agree with @Bryan Ross, but I would go further and say store in in text but using xml protocol. This way data is better structured and opens up lots of options if you even need the data imported.
http://xmlfiles.com/xml/xml_usedfor.asp

RandyMorris