我需要在app.config中設置sqlite連接字符串。我想設置相對於debug/release文件夾的路徑,數據庫文件將被複制到這些文件夾中。App.config連接字符串相對路徑
<add name="EmailsSQLite" connectionString="data source=c:\Users\Test\Documents\Visual Studio 2008\Projects\TestConsole\Emails\data\EmailDatabase.sqlite" providerName="System.Data.SQLite"/>
,我想有這樣的:
<add name="EmailsSQLite" connectionString="data source=\data\EmailDatabase.sqlite" providerName="System.Data.SQLite"/>
這可能嗎?
試試這個:http://stackoverflow.com/questions/1833640/connection-string-with-relative-path數據庫文件#答案-6941582 – 2012-02-05 20:27:26
@jo_asakura這不是一個重複的問題是關於一個SQL Server CE數據庫,而不是一個SQLite數據庫(我發佈此評論,因爲它只是在審查中出現隊列關閉爲重複)。 – 2016-10-01 10:26:23