如何在visual studio 2012中添加sqlite数据库

如何在visual studio 2012中添加sqlite数据库

问题描述:

我在sqlite数据库中创建一个表,
在.cs中的
我给出了连接,之后我无法打开sqlite数据库表,

已经是iam sql数据库,接下来我想知道如何在服务器资源管理器中添加sqlite数据库,

hi , iam creating a table in sqlite database ,
in .cs i given connections , after that i can't open the sqlite database table ,
already iam sql database, next i want to know how to add sqlite database in server explorer ,

你可以在Visual Studio中添加加载项 - SQL Server Compact / SQLite工具箱 [ ^ ]。



否则检查 - ^ ]
You can add the add-in to Visual Studio - SQL Server Compact/SQLite Toolbox[^].

Otherwise check - SQLite for Visual Studio 2010[^]