OK, I'm now using DB2 on the portuguese Ministry of Justice mainframe, running on z/OS.
Can you help with the original problem/question? Thanks. -- MV -----Mensagem original----- De: Florent Guillaume [mailto:[EMAIL PROTECTED] Enviada: sábado, 20 de Janeiro de 2007 21:27 Para: Mário Valente Cc: [email protected] Assunto: Re: [CPS-users] Adding contacts database On 17 Jan 2007, at 14:49, Mário Valente wrote: > On 1/12/07, Mário Valente <[EMAIL PROTECTED]> wrote: >>> Right. Why should I need an aditional piece of software to >>> manage? >> >> Well, if you want to store it in an SQL database, then you need an >> SQL database to store it in. > > Thats why I'm using Gadfly. Within Zope. Please be aware that Gadly is a "toy" database, putting things in memory, without concurrency and with very limited SQL support compared to the standard. And it's slow. Its only advantaged is that it's only coded in python so doesn't require any external setup. You'd be better off using at least sqlite, which is "light" but much more serious and efficient. There's a Zope DA for it (untested by ourselves), http://www.zope.org/ Members/nakagami/ZSQLiteDA Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
