16 Feb
1999
16 Feb
'99
10:31 p.m.
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