I need to develop an application which runs on Pen drive when inserted. If I create using Java and SQL, I dont have idea whether to keep data in system or pen drive. How to access my application when pen drive inserted and the database should be saved in pendrive itself.
It will be appreciated greatly.