我希望能够使用相对路径在超过 1 台电脑上使用 SQLite DB。app.config 中的连接字符串现在看起来像这样:
<add name="DBPersonEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SQLite;provider connection string='data source="C:\Users\Dreeze\Documents\Test DB2\DBPerson.s3db"'" providerName="System.Data.EntityClient" />
数据库文件与应用程序位于同一文件夹中......我想让路径相对,以便它引用应用程序文件夹。谁能帮我改变这个连接字符串?