English 中文(简体)
开放密码保护qlit数据库
原标题:Open a password protected sqlite database
  • 时间:2012-04-21 23:50:46
  •  标签:
  • sqlite

我创建了一个密码保护qlite数据库。 我希望能够查看该数据库,以便我能够核实在我项目开发期间正在正确插入一些内容。 我已经下载了三氯乙烯数据库浏览器,但这似乎让你开放一个加密的数据库。

是否有办法打开数据库档案。

感谢您能够提供的任何帮助。

问题回答

免费 SC浏览器将允许你开放带有系统加密的专用数据库。 数据。

当你打开档案时,你接到警告说,档案是加密的,而不是数据库,然后被推到选择加密类型,选择“RSA”。

Edit:

http://osenxppone.net/?xp=3。 。 (没有与系统加密的公开数据库。) 数据。 我刚刚发现,在试图打开一个有问题的观点的数据库时,该数据库已经失事。

我最后用去除加密,并用开放,该,该没有坠毁,而是对存在问题的看法稍加红。 什么冰):-

您可以开放并创建保护的密码:数据库 文 件:

“see

“种子”</p





相关问题
sqlite3 is chopping/cutting/truncating my text columns

I have values being cut off and would like to display the full values. Sqlite3 -column -header locations.dbs " select n.namelist, f.state, t.state from names n left join locations l on l.id = n.id ...

Entity Framework with File-Based Database

I am in the process of developing a desktop application that needs a database. The application is currently targeted to SQL Express 2005 and works wonderfully. However, I m not crazy about having ...

Improve INSERT-per-second performance of SQLite

Optimizing SQLite is tricky. Bulk-insert performance of a C application can vary from 85 inserts per second to over 96,000 inserts per second! Background: We are using SQLite as part of a desktop ...

Metadata for columns in SQLite v2.8 (PHP5)

How can I get metadata / constraints (primary key and "null allowed" in particular) for each column in a SQLite v2.8 table using PHP5 (like mysql_fetch_field for MySql)? sqlite_fetch_column_types (OO:...

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签