SQLClient而不是SQLite [英] SQLClient instead SQLite

查看:91
本文介绍了SQLClient而不是SQLite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我可以使用SQLClient代替SQLite吗?

谢谢。

Hi everyone
Can i use SQLClient instead SQLite?
Thanks.

推荐答案

如果你想要要知道你可以使用SQL Server或SQL CE而不是SQLite,答案是肯定的 - 但它们不是互相替换的替代品。因此,如果您没有在DAL之上使用任何存储库模式或其他抽象层,您可能需要重写代码的许多部分。
If you want to know is you can use SQL Server or SQL CE instead of SQLite, the answer is yes - but they are not drop-in replacements of each-other. So if you haven't used any repository pattern or other abstraction layer above your DAL, you will probably need to rewrite many portions of your code.


SQLite是一个数据库,SQLClient是一个数据访问提供者。您只能使用SQLClient访问Microsoft SQL服务器,SQLite用于代替MS SQL进行数据存储。
SQLite is a database, SQLClient is a data access provider. You can only use SQLClient to access Microsoft SQL servers, and SQLite is used for data storage in place of MS SQL.


这篇关于SQLClient而不是SQLite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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