Closed Thread
Results 1 to 4 of 4

Thread: Releasing project with SQLite

  1. #1
    nick3 is offline Newbie
    Join Date
    Feb 2009
    Posts
    29
    Rep Power
    0

    Releasing project with SQLite

    Hey,

    I have a problem when using SQLite, everything works perfectly when running from visual studio, but as soon as I try to run the files on a different computer the program crash at start. I tryed making a really small program with the database and get the same problem, do I need to do something with my project to make it run on an other computer?

    /Nick

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: Releasing project with SQLite

    Quote Originally Posted by nick3 View Post
    Hey,

    I have a problem when using SQLite, everything works perfectly when running from visual studio, but as soon as I try to run the files on a different computer the program crash at start. I tryed making a really small program with the database and get the same problem, do I need to do something with my project to make it run on an other computer?

    /Nick
    Is your program needing databases information to run? If so, and you're not able to access the SQL information that you will most likely get some sort of Sql.Exception. Just from your post it sounds like the application is not able to retrieve the SQL data. Where are you publishing to? Is that location able to retrieve the SQL data properly? Is there an authentication error? Please provide more information if the above doesn't help.
    -CDG10620
    Software Developer

  4. #3
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Releasing project with SQLite

    cdg10620: SQLite is a DBMS using a datafile instead of a big server, so there is no authentication and things. just a storage file.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  5. #4
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: Releasing project with SQLite

    Quote Originally Posted by Orjan View Post
    cdg10620: SQLite is a DBMS using a datafile instead of a big server, so there is no authentication and things. just a storage file.
    Allow me to insert foot in mouth. My apologies.
    -CDG10620
    Software Developer

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SQLite Error appears when project is published
    By Alex3k in forum Visual Basic Programming
    Replies: 1
    Last Post: 05-17-2011, 12:25 PM
  2. Help with SQLite Database Browser?
    By dizzynumbers in forum General Programming
    Replies: 4
    Last Post: 04-10-2011, 01:23 PM
  3. Releasing Projects
    By Datab0x in forum C and C++
    Replies: 5
    Last Post: 12-20-2008, 11:54 AM
  4. Apple releasing their OS
    By Jordan in forum Computer Software/OS
    Replies: 12
    Last Post: 10-05-2008, 06:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts