Dennis Lee Bieber wrote:
>
> Isolation levels I've seen, but not in the RDBMs I tend to have most
> experience
> with (and for those I have documentation of, "The Firebird Book" is the
> only one that seems to be explicit about multiple generations of updates
> based on transactions; others seem t
Hi !
Dennis Lee Bieber írta:
> On Wed, 19 Apr 2006 17:29:28 +0200, Christian Stooker
> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>
>
>> Please answer me: it is wrong I write about, or that is seems to be not
>> working in SQLite ?
>>
>>
> I don't think the fea
Part one:
==
Hi !
I want to use SQLite database like the FireBird database: with big
isolation level.
What's that meaning ?
I have an application that periodically check some input directory,
process the elements in it, and copy them into a global database.
It is like a daemon, working in th