I want to use the dotConnect product to open an existing database that was encrypted by System.Data.Sqlite
--and--
I want to create new databases with dotConnect which can be opened by our existing tools which use the System.Data.Sqlite encryption.
How do I make this happen?
Thanks a million for any help/insight!
Justin
System.Data.Sqlite encryption
-
- Devart Team
- Posts: 2420
- Joined: Wed 02 Nov 2011 09:44
Re: System.Data.Sqlite encryption
If your database is encrypted with an official encryption extension like SEE or CEROD, then our provider can open it, but you have to have this encryption extension.
dotConnect for SQLite supports only official encryption extensions. If you have such extension, then you can work with an encrypted database.
You can also download the trial version of dotConnect for SQLite from our website http://www.devart.com/dotconnect/sqlite/download.html and evaluate the product during 30 days.
dotConnect for SQLite supports only official encryption extensions. If you have such extension, then you can work with an encrypted database.
You can also download the trial version of dotConnect for SQLite from our website http://www.devart.com/dotconnect/sqlite/download.html and evaluate the product during 30 days.
-
- Posts: 2
- Joined: Wed 14 Nov 2012 19:51
Re: System.Data.Sqlite encryption
Wouldn't System.Data.Sqlite's encryption mechanism be an official encryption?
System.Data.Sqlite is made by the same team that provides SQLite itself.
Notice the same domain: "SQLite.org"
http://www.sqlite.org/
http://system.data.sqlite.org/
Justin
System.Data.Sqlite is made by the same team that provides SQLite itself.
Notice the same domain: "SQLite.org"
http://www.sqlite.org/
http://system.data.sqlite.org/
Justin
-
- Devart Team
- Posts: 2420
- Joined: Wed 02 Nov 2011 09:44
Re: System.Data.Sqlite encryption
dotConnect for SQLite doesn't support System.Data.Sqlite's encryption.