Is there a way to alter/create tables in built in air database, other then executing respective queries (gui or whatever)?
Thank you in advance!
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.
If you mean editing a ‘template’ db outside of AIR, then any sqlite editor will do the job. My preference is sqliteman but I haven’t checked if it can open encrypted files – my initial guess would be probably not unless you had the ByteArray stored in such a way that it understood, or if the tool has the popular crypto algorithms baked in.
Me personally, I find it much easier to do development in an unencrypted environment and save that for the end once everything has passed validation.