I want to keep database creation queries and data accessing queries in text file format (those text files will be in a folder like "res" folder) and access them from android.
Let say I want to execute the createDB() query, then I should be able to call by the relevant text file name and query should be executed.
I searched lot of time in internet and couldn't end up with a suitable tutorial or solution. So I kindly request from you to give some idea/solution or at least a good tutorial which satisfy my requirement. If my problem is not clear, please mention that also. Thank you all.