gpt4 book ai didi

visual-studio - VS 2010中的SQLite连接?

转载 作者:行者123 更新时间:2023-12-03 17:45:56 26 4
gpt4 key购买 nike

我想添加这样的连接

http://www.csharphacker.com/technicalblog/index.php/2009/06/17/sqlite-for-c-part-2-how-do-i-setup-a-sqlite-db-without-coding/

我查看了System.Data.SQLite页面,似乎它仅支持2005/2008。有没有办法让VS 2010支持SQLite连接?

最佳答案

VS2010确实支持SQLite(我现在正在使用它)。如果您具有完整版本,则可以使用GUI,否则需要使用SQL手动设置数据库。

我刚刚开始将CoolStorage ORM与SQLite一起使用,很好用。

您可能需要在app.config文件中使用以下代码

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
</startup>
</configuration>

关于visual-studio - VS 2010中的SQLite连接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5219757/

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