hi I have many lyrics which are originally binary format.I need to store them and let users to search them. 1 But i don't know where to store them? using filesystem or database? I think it is better choosing database because it is easier for me to implement search function. Am i right? 2 I can store binary data into database,but it is binary looking.when implement search function or users read lyric,i need readable lyric.so how to convert those binary data into normal readable text,and then store them into database?
Thank you! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

