[Zope-DB] external ZODB from Zope interface

2006-02-02 Thread gyro funch
Hi,I am a Zope newbie with some Python experience. We have a large amount of scientific data that we are planning to load into several ZODBs.From the Zope interface, how can I access these 'external'databases? Are databases other than Data.fs accessible? Must this be done using an external method

Re: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread Seth Gottlieb
This is a good write up of how to do it. http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/RelationalDatabases.stx --Seth gyro funch wrote: Hi, I am a Zope newbie with some Python experience. We have a large amount of scientific data that we are planning to load into several

Re: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread gyro funch
Thanks for the very useful reference.However, I don't see anything in there about accessing a ZODB. I may have missed something, but I don't see a suitable ZODB adapter that I can add in the Zope interface (similar to what is apparently possible for Gadfly, MySQL, PostgreSQL, and other

Re: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread Charlie Clark
On Thu, 02 Feb 2006 16:25:09 +0100, gyro funch [EMAIL PROTECTED] wrote: Thanks for the very useful reference. However, I don't see anything in there about accessing a ZODB. I may have missed something, but I don't see a suitable ZODB adapter that I can add in the Zope interface (similar to

AW: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread Frey, Peter
Hi, depending on what your goals are, maybe the following approach we use at our site may help: it is possible to mount external ZODB storages from a ZEO server into the main storage here an excerpt from our Zope configuration: zodb_db main mount-point / cache-size

Re: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread Dieter Maurer
gyro funch wrote at 2006-2-2 04:34 -0800: I am a Zope newbie with some Python experience. We have a large amount of scientific data that we are planning to load into several ZODBs. From the Zope interface, how can I access these 'external' databases? To access additional storages, you use