gnugu wrote: > Because I can't get XML string out of DOM Document I can't use the > Document as my storage for notes which leaves me with creating all > these objects as I read the XML.
Correct. Don't do that for large data sets. > It would be ideal for me to use MySQL to store the notes but then I > would want to encrypt the table as a whole rather then individual > records. Why? Encrypt the columns you need encrypted. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

