Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Sqlite not writable

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Sqlite not writable

    pls, I designed a Java desktop application (i.e the app runs on local computer), everything is fine until when I compiled the program and wanted to run it on another computer then it tell me "java.sql.SQLException: attempt to write to only read database". any solution.
    thanks


  2. #2
    Member
    Join Date
    Sep 2013
    Posts
    68
    My Mood
    Confused
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default Re: Sqlite not writable

    It's very helpful if you paste your code.

Similar Threads

  1. SQLite Android Question.
    By jaydac12 in forum JDBC & Databases
    Replies: 1
    Last Post: October 7th, 2013, 04:58 AM
  2. How to delete from SQLite
    By hno2005 in forum JDBC & Databases
    Replies: 1
    Last Post: November 29th, 2012, 10:17 AM
  3. [SOLVED] NetBeans and SQLite error
    By Boquito17 in forum JDBC & Databases
    Replies: 3
    Last Post: October 13th, 2012, 04:46 PM
  4. Help with sqlite please
    By mikesummer78 in forum JDBC & Databases
    Replies: 1
    Last Post: July 5th, 2012, 08:26 PM
  5. SQLite and Desktop Application
    By urosz in forum JDBC & Databases
    Replies: 12
    Last Post: November 2nd, 2009, 03:50 AM