vb.net 关于如何使用 SQLite 的简单教程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2487204/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
simple tutorial on how to use SQLite
提问by Selom
I'm using VB.NET and MSSQL 2005 to create an application. I was told I should rather use SQLite as I want my application to be a standalone one with embedded database. Can someone please provide me with a step to step tutorial on how to create a standalone application with an embedded database?
我正在使用 VB.NET 和 MSSQL 2005 创建一个应用程序。有人告诉我,我应该使用 SQLite,因为我希望我的应用程序是一个带有嵌入式数据库的独立应用程序。有人可以为我提供有关如何使用嵌入式数据库创建独立应用程序的分步教程吗?
Sorry, I'm quite new to this. Thanks for reading and answering.
对不起,我对此很陌生。感谢您的阅读和回答。