Zope and NT databases

Steve Holden sholden at bellatlantic.net
Mon Jan 10 12:02:47 EST 2000


Correct me if I'm wrong, but doesn't Zope get around these
connectivity problems by defining an inherently multi-tier
architecture?  Being new to both Zope and Python I may have
misunderstood, but I'm sure there's documentation on this
[... starts Zope ...] [... waits three minutes for under-
powered server to stop swapping ...] aah, yes.  Visit your
Zope server (assuming you have left the default web intact),
click ont he "Get Started" link, and navigate the tree to
"Database Integration | Multi-Tiered".

It appears you could use a Zope instance on the Windoze machine 
to publish the Access database contents to the UN*X box.

regards
 Steve

Jochen Knuth wrote:
> 
> Hi,
> 
> Bill Scherer wrote:
> >
> > You want ZODBCDA:
> >
> > http://www.zope.org/Products/DA/ZODBCDA
> >
> > Sarah Burke wrote:
> >
> > > Hello...
> > > I want to connnect up to a NT Access 97 Database through Zope running on
> > > Unix. Is the mxODBC module in an External Method the way to go?
> > > Thanks in advance
> > >
> 
> if i remember correctly ZODBCDA only works on Win32 platform.
> 
> also Access 97 is not a client/server database, so you cant connect to
> it from unix directly to it.
> 
> perhaps the ODBC Socket Server from http://odbc.linuxbox.com/index.html
> will work (haven't tried it).
> 
> You have to write a python client for the ODBC Socket Server (if noone
> else has written it, don't know).
> 
> Ciao,
> Jochen
> --
> --------------------------------------------------
> Jochen Knuth          WebMaster http://www.ipro.de
> IPRO GmbH             Phone ++49-7152-93330
> Steinbeisstr. 6       Fax ++49-7152-933340
> 71229 Leonberg        EMail: J.Knuth at ipro.de



More information about the Python-list mailing list