Opening CEROD databases

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
ChrisGU5
Posts: 1
Joined: Mon 03 Aug 2009 11:23

Opening CEROD databases

Post by ChrisGU5 » Mon 03 Aug 2009 11:32

Hi,

Do you have an example connection string for opening CEROD databases?

Any code examples in C# please!

Thanks

Chris

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 04 Aug 2009 08:51

Here is one of possible connection string examples:

Code: Select all

SQLiteConnection conn = new SQLiteConnection("data source=D:\test.db;persist security info=True;encryption=CEROD;password=test");

Post Reply