Getting "unable to open database file" with this minimal connection string
With the following in my C# Visual Studio .NET Core Winforms app, I'm getting "unable to open database file": using System.Data.SQLite; . . . string cs = "Data Source=\F4FDataSQLite_SingleTable.db;";