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

2006-02-03 Thread gyro funch
Thank you all for the very helpful suggestions! I will try several of them and see what works best for my application.-g Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.___ Zope-DB mailing list Zope-DB@z

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 "P

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

2006-02-02 Thread Frey, Peter
at so you may have to experiment on your own Peter Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von gyro funch Gesendet: Donnerstag, 2. Februar 2006 16:25 An: Seth Gottlieb Cc: zope-db@zope.org Betreff: Re: [Zope-DB] external ZODB from Zope

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 w

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

2006-02-02 Thread Seth Gottlieb
Sorry, I misread your question. One thing that you could do is go to the Zope instance with the database that you want to export, go to the directory that you want to export and then use the Zope export utility. This assumes that your data is sitting in a folder within the database. Try t

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 DBs

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 ZODBs

[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