Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9224595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:21:43+00:00 2026-06-18T04:21:43+00:00

I have a little desktop application using a *.db3 database. When I run the

  • 0

I have a little desktop application using a *.db3 database. When I run the application on other machine than mine, the database cannot be found: an absolute path is used.

Currently, in my App.Config file, I have

connectionStrings>
    add name="MyProject.My.MySettings.MyProjectSQLiteConnectionString"
            connectionString="data source="N:\Long path do my DB\MyDB.db3""
            providerName="System.Data.SQLite" />
/connectionStrings>

I would like to replace the data source with something like this (unfortunately not working)

data source =|DataDirectory|\MyDB.db3

How can I enter the application directory (relative path) in my connection string?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T04:21:44+00:00Added an answer on June 18, 2026 at 4:21 am

    Starting with Steve B’s comment and later finding this article, I solved my problem doing the following:

    1. On the user machine, the database is copied into the %AppData% directory.
    2. The |DataDirectory| is dynamically changed between Debug and Release mode.

    This allows not to change the connection string.

    In the meantime, I opted for a MS Access *.accdb database, but here is my code anyway.

    Private Sub Main_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    
    #If (Not Debug) Then
    
        pathMyAppData = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\MyApp"
    
        '"DataDirectory" is used in the Connection String
        AppDomain.CurrentDomain.SetData("DataDirectory", pathMyAppData)
    
    
        'The application closes if no database is found
        If Not File.Exists(pathMyAppData & "\MyDB.accdb) Then
            MsgBox("Database not found. Program closes.", MsgBoxStyle.Critical, "Error")
            Me.Close()
        End If
    
    #End If
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just made my first proper little desktop GUI application that basically wraps
I'm writing a little desktop application that plugs into Google Calendar (or other iCal-powered
I have a Java desktop application that is using iText to generate PDFs from
I have written my Desktop application but it's a little slow at times so
I have little question. I found this on internet: Type t = typeof(MyClass); MethodInfo[]
I have little doubt, I have a field of type oid in my database
I've written a little file-transfer application written in C++ using Qt 4.x ... it
We have a mature Windows desktop application written in C++. The application's GUI sits
First, a little background : I have written a little application in python with
Background: I'm writing a little desktop application with connection to existing SQL Server DB.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.