System.data.sqlite tutorial for C# [closed]

冷暖自知 提交于 2020-01-14 15:45:22

问题


I want to develop an application based on SQLLite but I'm unable to find any tutorials.

How to use system.data.sqlite in C#?

Please recommend good tutorials.


回答1:


You can find a tutorial for SQLite in this link: http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/

You can learn how to create tables, insert and read data from SQLlite Database in c#



来源:https://stackoverflow.com/questions/34470583/system-data-sqlite-tutorial-for-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!