我正在尝试从我的单声道应用程序连接到 Sqlite 数据库,但在尝试打开连接时我不断收到此错误。
System.FormatException: Input string was not in the correct format
这是我的连接字符串:
String connString = @"Data Source=C:\Users\pc_user\Desktop\Folder\Database.db;Version=2.2;Password=xxx;";
我设法连接到我的数据库(经过无数工时),但现在我无法将记录插入其中。我收到这个模棱两可的错误:
System.ArgumentException: element already exists
帮助,任何人