密码保护一个SQLite数据库。是否可以? [英] Password Protect a SQLite DB. Is it possible?

查看:133
本文介绍了密码保护一个SQLite数据库。是否可以?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要面对一个新的小项目。这将有大约7个或9个表格,其中最大将由每月1000行A最大速度增长。

I have to face a new little project. It will have about 7 or 9 tables, the biggest of them will grow by a max rate of 1000 rows a month.

我想到了SQLite作为我的分贝...但我将需要保护的情况下,有人想将数据从数据库改变分贝

I thought about SQLite as my db... But i will need to protect the db in case anybody wants to change data from the db

我的主要问题是:

是否有可能密码保护的SQLite数据库,你会在访问怎么办?

Is it possible password protect a sqlite db as you would do on access?

你会推荐这样一个小的解决方案是什么其他的RDBMS?

What other RDBMS would you recommend for such a small solution?

发展将是对C#,但我在寻找一些免费的。

The development would be on C#, but i'm searching something free.

推荐答案

您可以使用内置的SQLite的.NET提供者(System.Data.SQLite)加密。查看更多详细信息的<一个href=\"http://web.archive.org/web/20070813071554/http://sqlite.phxsoftware.com/forums/t/130.aspx\">http://web.archive.org/web/20070813071554/http://sqlite.phxsoftware.com/forums/t/130.aspx

You can use the built-in encryption of the sqlite .net provider (System.Data.SQLite). See more details at http://web.archive.org/web/20070813071554/http://sqlite.phxsoftware.com/forums/t/130.aspx

这篇关于密码保护一个SQLite数据库。是否可以?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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