Derleek Posted July 28, 2008 Share Posted July 28, 2008 I developed a promotional e-mail script and am wondering what is the best format i should store the messages my clients want to save/send? should it be text? or blob? Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted July 28, 2008 Share Posted July 28, 2008 text is for text blob is for binary there is no advantage (that I see) to placing something that can be searched as text by treating it as binary. blob is best for storing files http://dev.mysql.com/doc/refman/5.0/en/blob.html Quote Link to comment Share on other sites More sharing options...
Derleek Posted July 29, 2008 Author Share Posted July 29, 2008 thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.