> if you look at
> http://packages.debian.org/stable/python/python2.3-sqlite,
> you will see that the python2.3-sqlite package is built against
> SQLite 2. This is why you have a "file is encrypted or is not a
> database" message, since databases created with SQLite 2.x are not
> file-compatible w
>>
>> I thought I remembered that the data bases created either way
>> were always 100% transparent with each other and that I could
>> use an SQLite3 data base either from the command line or from
>> within Python without any problems at all
>
> My guess is that 2 years ago you
Le Fri, 24 Nov 2006 13:18:14 -0600,
Cousin Stanley <[EMAIL PROTECTED]> a écrit :
>
>This problem is occuring under Debian GNU/Linux Sarge
>using Python 2.3
>
Hi,
if you look at
http://packages.debian.org/stable/python/python2.3-sqlite,
you will see that the python2.3-sqlite packag
Cousin Stanley wrote:
> It's been almost 2 years since I've done anything
> with Python and SQLite and I'm having some problems
> that I don't recall from my last usage
>
> It seems that SQLite3 data bases created at the command line
> and those created using the sqlite module from wit
>
> SQLite3 data bases created via the command line
> and those created using the python2.3-sqlite package
> version 1.0.1-2 from within a Python program
> are not compatible with each other
>
> If I create an SQLite3 data base from the command line
> and populate it with