Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Location
    SF Bay Area
    Posts
    56

    sqlite.open from installation path

    I'm having a problem accessing an sqlite database under the following scenario:

    The build is a single exe file, but I'm keeping the database file separate so that it can be modified (as opposed being in a temp file). I get the installation path from the registry, and use that plus the sqlite file name as the file paramater in the sqlite.open function. No errors are generated, but the database isn't accessed either. The only way I've been able to access it is to just build to a folder on the hard drive - and access it from paths such as _Sourcefolder, as opposed to the single exe.

    Any ideas what I'm missing here? I don't understand why no errors are generated - the application acts as if it did read/write to the db - only it does neither.


    Thanks for any suggestions.

  2. #2
    Join Date
    Nov 2007
    Location
    SF Bay Area
    Posts
    56
    I don't think it matters here, but just in case - I am running under 64 bit Vista.

Similar Threads

  1. Example to read the installation path from the registry
    By cinek in forum Setup Factory 7.0
    Replies: 3
    Last Post: 12-28-2006, 01:42 PM
  2. Replies: 7
    Last Post: 06-17-2003, 03:55 AM
  3. HOWTO: Add DirectX 8.1 Support to your Setup Factory 6.0 Installation
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 01:55 PM
  4. How do I add to my PATH statement at install?
    By Tnygaard in forum Setup Factory 6.0
    Replies: 3
    Last Post: 05-27-2002, 01:38 AM
  5. PATH environment variable
    By RDodson in forum Setup Factory 6.0
    Replies: 4
    Last Post: 02-27-2002, 12:17 PM

Posting Permissions

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