I am using a library that is CEROD-enabled and still I cannot open my
CEROD-encrypted DB. It has no password so I'm supposed to use the prefix
':cerod::' but when I use it like this:

> import sqlite3

> conn = sqlite3.connect(':cerod::example.db')

> cursor = conn.cursor()

> cursor.execute('...')

> ..."


It simply creates a new empy DB named :cerod::example.db .

Am I doing it wrong or perhaps the program doesn't recognize CEROD?

Any suggestions?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to