[Zope] ZOPE ODBC on Linux

David Ascher da@ski.org
Tue, 16 Feb 1999 14:31:08 -0800 (Pacific Standard Time)


On Wed, 17 Feb 1999, Hannu Krosing wrote:

> Randall Marbach wrote:
> > 
> > Is it possible for a Zope 1.9 installation running on a linux platform (redhat
> > 5.2) to access a MS ACCESS database located on a different NT server via the
> > ODBC support built into Zope?
> 
> As Access is not a client-server database, you are unable to use it 
> even from another Windows (NT or 9x) machine.

Uh, you could do something complicated involving e.g. RemoteCall from
Linux to a Win32 box, and a PythonCOM program on Win32 box.  

--david