My table structure will changed in new application version, So I want to modify talbe structure in code,
It can query in command line of sqlite3 with sql: select * from sqlite_master WHERE type = 'table' OR select * from sqlite_master WHERE tbl_name= 'my_table_name' but I can’t execute the sql in my application the result set always is empty, How can I do? -- 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

