Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create a java application which will use Sq Lite database and after making jar file my application will read and write Sq lite database file. So how to achieve this.... please give me overview how to access Sq lite database file and modify it. after making jar file.

share|improve this question
1  
You should tell us more about your IDE what structure you want to store and more about the whole scenario. Is the DB already there ? Besides that there should be answers to your question that can be found by searching –  Marged 13 hours ago
    
It would improve your question if you were more clear about which of these things you already know how to do. If you don't know how to do any of these things, then asking how to do all of them at once isn't a good question for StackOverflow. Search for and read some tutorials, and when you get stuck and have specific questions, you can ask each of those here. –  Dan Getz 13 hours ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.