Posts: 317
Name: This Space for Rent
Location: Georgia
|
Are any of you storing this data in a db and what data type field do you all store information in from one of these editors.
I know varchar will go up to 8000, but am not really sure if I will need more than that. The premise of the question is, people will be writing “stories” and they will be stored in a table. Because people tend to babble, I’m afraid that I would need a lot of space. Do you think I could split the data into two different fields then join them together in a procedure when the data is called?
Im just stabbing in the dark here if anyone has a better suggestion, please let me know.
Daniel
|