Zope and NT databases

Jochen Knuth J.Knuth at ipro.de
Mon Jan 10 08:55:48 EST 2000


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