sqlite中visual studio 2013的数据库连接 [英] database connectivity for visual studio 2013 in sqlite

查看:150
本文介绍了sqlite中visual studio 2013的数据库连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用sqlite为visual studio 2013创建数据库,我们还需要连接部分。我们在c#中做我们的应用程序,而我们的应用程序基于数据库。所以请帮助我们。

解决方案

我相信你要找的是如何通过Visual Studio连接到SQLite数据库。如果是这种情况,请执行以下操作:



  1. 从此处下载System.Data.SQLite库:
    https:// system.data.sqlite.org/downloads/1.0.91.0/sqlite-netFx451-setup-bundle-x86-2013-1.0.91.0.exe
  2. 安装时一定要检查选项"安装Visual Studio 2013的设计器组件"
  3. 重新启动Visual Studios。
  4. 转到"工具" - >连接到数据库。在"数据源"下,按"更改"按钮。在打开的窗口中选择System.Data.SQLite数据库文件。然后浏览您的SQLite数据库以加载它。



how to create a database for visual studio 2013 using sqlite and also we need the connectivity part. we are doing our app in c# and our's is based on database. so please help us.

解决方案

I believe what you are looking for is how to connect to a SQLite database through Visual Studio. If this is the case then do the following:

  1. Downlaod the System.Data.SQLite library from here: https://system.data.sqlite.org/downloads/1.0.91.0/sqlite-netFx451-setup-bundle-x86-2013-1.0.91.0.exe
  2. When installing be sure to check the option "Install the designer components for Visual Studio 2013"
  3. Restart Visual Studios.
  4. Go to Tools -> Connect to Database. Under Data Source press the Change button. In the window that opens select System.Data.SQLite Database File. Then browse for your SQLite database to load it.


这篇关于sqlite中visual studio 2013的数据库连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆