Search found 4 matches

by colboy
03.12.2008, 00:40
Forum: 6.6 - stable
Topic: SQLite and Encryption
Replies: 5
Views: 940

Thanks for your help, I found the issue. During development I had the database open in SQLiteExpert, which prevented my program from opening it. Must be something to do with the encryption, as I've had the same database open in several different pieces of software before.

Colin
by colboy
24.11.2008, 22:53
Forum: 6.6 - stable
Topic: SQLite and Encryption
Replies: 5
Views: 940

Yes, I have the required DLL as outlined in the Knowledge base. I'm assuming that .KEY method is called when the database is opened, but that doesn't appear to be the case and I can't work out how to call it myself. Colin
by colboy
24.11.2008, 22:21
Forum: 6.6 - stable
Topic: SQLite and Encryption
Replies: 5
Views: 940

Does no body have any pointers? I know all the supporting stuff is there, I just can't work out how to access it. Colin
by colboy
21.11.2008, 21:59
Forum: 6.6 - stable
Topic: SQLite and Encryption
Replies: 5
Views: 940

SQLite and Encryption

I found the [link="http://zeos.firmos.at/kb.php?mode=article&k=14"]knowledgebase[/link] article for using encryption in ZEOS 6.6.4, but still can't seem to get it to work. I create a new project, save it to disk, make sure the .NET Sqlite DLL is in the same directory, set the Zconnecti...