哪个嵌入式数据库与使用c#的Windows运行时组件最佳 [英] which Embedded DB with best with windows runtime component using c#

查看:79
本文介绍了哪个嵌入式数据库与使用c#的Windows运行时组件最佳的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I want to use Embedded DB with windows runtime component using c#. if anyone have suggestion please share with reference means how to create DB and table at runtime.
I saw many DB but they all have target framework...

推荐答案

您是否计划编写自己的数据库引擎? Windows内置了一个小型,有限的数据库引擎,称为可扩展存储引擎 [ ^ ]



您的问题是我知道在您的代码中没有使用该引擎更容易的.NET包装器。你必须自己实现这个包装器。



除此之外,你必须使用数据库引擎,如SQLite,SQL CE,SQL Express,LocalDB或者其他......只是谷歌的Windows嵌入式数据库,你会得到很多。
Were you planning on writing your own database engine?? Windows has a small, limited database engine built into it, called the Extensible Storage Engine[^]

Your problem is that there is no .NET wrappers that I know of to make using that engine easier in your code. You'd have to implement this wrapper yourself.

Other than that, you'd have to use a database engine, like SQLite, SQL CE, SQL Express, LocalDB, or whatever... Just Google for "Windows embedded database" and you'll come up with a ton of them.


这篇关于哪个嵌入式数据库与使用c#的Windows运行时组件最佳的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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