gpt4 book ai didi

sqlite - System.InvalidOperationException SQLite

转载 作者:行者123 更新时间:2023-12-03 18:52:20 25 4
gpt4 key购买 nike

我正在传递这个连接字符串:

Data Source=eventsDataBase.db3

到这段代码:
_sqliteConnection = new SQLiteConnection(_sqLiteConnectionString);

当我检查 _sqliteConnection 时,我注意到一些异常(exception)情况:
LastInsertRowId = '_sqliteConnection.LastInsertRowId' threw an exception of type 'System.InvalidOperationException'

我刚开始使用 SQLite。连接字符串有问题还是有其他问题?谢谢。

PS:

这(在别处建议):
data source=c:\Users\XYZ\My Documents\Visual Studio 2012\Projects\BlaDiBla.Sandbox1\bin\Debug\eventsDataBase.db3; Version=3;

产生相同的异常。

最佳答案

阅读 LastInsertRowId如果没有插入任何内容,则没有意义,因此异常是可以的。

连接字符串从文件名中省略了目录,因此除非当前目录恰好是正确的,否则应用程序将崩溃。

关于sqlite - System.InvalidOperationException SQLite,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24367838/

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