Which OS are you running on?  

On Windows for example, PYTHON will use the version of the sqlite3.dll found in 
%PYTHONHOME%\DLLs by default.  You can change the DLL in that location to the 
version that you want to use and it will usually work just fine ...

> -----Original Message-----
> From: sqlite-users-boun...@mailinglists.sqlite.org [mailto:sqlite-users-
> boun...@mailinglists.sqlite.org] On Behalf Of David Lederkremer
> Sent: Monday, 11 July, 2016 07:56
> To: sqlite-users@mailinglists.sqlite.org
> Subject: [sqlite] Using CEROD with Python
> 
> 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



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

Reply via email to