Page 1 of 1

Opening CEROD databases

Posted: Mon 03 Aug 2009 11:32
by ChrisGU5
Hi,

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

Any code examples in C# please!

Thanks

Chris

Posted: Tue 04 Aug 2009 08:51
by AndreyR
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");