gpt4 book ai didi

c# - 参数 "Version 3"的 ConnectionString 格式无效

转载 作者:太空宇宙 更新时间:2023-11-03 13:12:32 24 4
gpt4 key购买 nike

我已经创建了对象并且还提供了连接字符串(不确定它是否准确)。我在 c# 中为 sqlite 使用 ado.net 2.0/3.5 提供程序。

SQLiteTransaction trans;
SQLiteConnection con = new SQLiteConnection();
con.ConnectionString = @"Data Source = pathology.db ; Version 3";
con.Open();
trans = con.BeginTransaction();
int retval = 0;

运行上面的代码后,我在 con.Open(); 上得到参数版本 3 的无效连接字符串格式。

我是使用 visual studio c# 和 sqlite 的初学者,因此需要一些指导。谢谢你!!

最佳答案

应该是 Version=3;。此外,您可能需要指定 db 文件的完整路径。

有一个很好的连接字符串站点:http://www.connectionstrings.com/sqlite/

关于c# - 参数 "Version 3"的 ConnectionString 格式无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27860137/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com