C#操作SQLite数据库时出现“Insufficient parameters supplied to the command”的错误
生活随笔
收集整理的這篇文章主要介紹了
C#操作SQLite数据库时出现“Insufficient parameters supplied to the command”的错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
將如下SQL語句:
insert into tbl_stock(Title,Barcode,Price)
values(@Title,@Barcode,@Price)
改成:
insert into tbl_stock(Title,Barcode,Price)
values(?,?,?)
注意:使用?代替@Title,其它等同。
總結
以上是生活随笔為你收集整理的C#操作SQLite数据库时出现“Insufficient parameters supplied to the command”的错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 飞鸽传书要是懒惰就会长胖
- 下一篇: 雷,大学教科书竟然使用番茄花园盗版系统