Hi ,
In my titanium application I can able to create the database and access it.But I don't know how to import my database in into Query Browsers like Navicat Lite or sqlitemanager extension on Firefox.I am working on Android Platform. My Titanium SDK verison is 1.7.5 Operating System : ubuntu how do I import my database into Navicat Lite?
Thanks,
Karthi
--
You received this message because you are subscribed to the Google Groups "Appcelerator Titanium" group.
To post to this group, send email to appcelerat...@googlegroups.com.
To unsubscribe from this group, send email to appcelerator-tit...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/appcelerator-titanium?hl=en.
Hi Karthi,
Jean-Philippe is right, but anyway, what you have to do first is to install the ADT Plugin (Android Developer Tools) in Titanium Studio (just google and you’ll find out how to do this).
Then you have to open perspective DDMS (Dalvik’s Debug Monitor Server) in Ti Studio and make sure you have clicked on the running emulator so it’s active and not eg your connected USB device.
In the right panel you will find the File Explorer from which you can ‘pull’ the database to your local system.
For Android apps you have to look in your in the folder named from the root: data\data\<your app id>\databases
There you’ll find your database (.db or .sqlite).
I hope I have helped you further.
Cheers,