[ZODB-Dev] ZODB with a Relational Database

2006-01-03 Thread José Carlos Senciales
Hi. I´m wondering if i can use ZODB without files ´Data.fs´ and use a ralational database like Mysql to save the objects... is this possible?? i´m reading about ZEO, but how can i use ZODB with MySQL and without use ZEO ?? Actually i´m using Zope with ZODB but when my file Data.fs get

[ZODB-Dev] Re: ZODB with a Relational Database

2006-01-03 Thread Florent Guillaume
José Carlos Senciales wrote: I´m wondering if i can use ZODB without files ´Data.fs´ and use a ralational database like Mysql to save the objects... is this possible?? i´m reading about ZEO, but how can i use ZODB with MySQL and without use ZEO ?? There's no simple way at the moment.

Re: [ZODB-Dev] Re: ZODB with a Relational Database

2006-01-03 Thread Dennis Allison
José-- You can use MySQL and Zope without a running ZEO. The relational database and the object-oriented database are independent. Zope can be configured to manage the ZODB directly or via ZEO. You can also use the relational database as the store for the object-oriented database,

Re: [ZODB-Dev] ZODB with a Relational Database

2006-01-03 Thread Dieter Maurer
José Carlos Senciales wrote at 2006-1-3 12:28 +0100: I´m wondering if i can use ZODB without files ´Data.fs´ and use a ralational database like Mysql to save the objects... is this possible?? Maybe, you can look at APE? -- Dieter ___ For more

RE: [ZODB-Dev] Re: Connection pool makes no sense

2006-01-03 Thread Dieter Maurer
Tim Peters wrote at 2006-1-2 15:05 -0500: I'm still baffled by how you get into this state to begin with. Florent explained why earlier, and I didn't see a reply to this part: [Florent Guillaume] By itself Zope never uses more than one connection per thread, and the number of thread is

Re: [ZODB-Dev] Query Regrading ZODB FileStorage(.fs file)

2006-01-03 Thread Monica chopra
Hi friendsSorry i troubled someone too much by mailing direct into his account. I am sorry for that.but i was not aware of any of his mail saying me to post query somewhere else.any ways it will not happen again.I am still hanging at my point how to hide that data in .fs file as i can

Re: [ZODB-Dev] Query Regrading ZODB FileStorage(.fs file)

2006-01-03 Thread David Binger
On Jan 3, 2006, at 5:31 PM, Tim Peters wrote: [Monica chopra] ... I am still hanging at my point how to hide that data in .fs file as i can see completely all the data if i open that file in notepad or any other editor. ZODB doesn't support encryption directly, and there are no current