Multi-User non Client/Server database

Sposhua sposhua at my.pc
Thu Dec 16 13:21:33 EST 1999


On Thu, 16 Dec 1999, Anders M Eriksson wrote:

> I need a database and I can't use a Client/Server database since my
> ISP refuses to let me install one. The database has to be Multi-User,
> with record locking so that different user can read and write
> 'simultaniously' (.don't remember the correct word.)
> 
> An xBase database would do perfectly!
> 
> Are there any xBase Python libraries??

Don't know what xBase is, but try the shelve library for databases. I think it
also does all the file locking for you.




More information about the Python-list mailing list