Search code examples
javascriptiossqlitetitaniumtitanium-mobile

Titanium sqlite table database


So i am trying to create a database for my titanium application, i have done the sql file but when ever i try and run it with the code i have it simply doesn't work, can anyone point me in the direction of a good tutorial for this type of thing. Im trying to create the database that has a tableview and once clicking on a tableView list item it goes to its child list and once clicking on one of those list items it will add it to the "List" which will be saved and able to be viewed in a different screen.


Solution

  • You can check following links :

    Edit : Few more Alloy DB links :

    Hope this will help.