I want a create a column that needs to store unknown length strings.
I am making a parsing of some file and pushing it’s content to the DB and I have no idea about the length , can be pretty big.
So is there any equivalent to String type ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends on what your storing…
Choose the format that is most appropriate for what your storing.
See http://dev.mysql.com/doc/refman/5.0/en/blob.html for more information on the TEXT field and the differences.