does anyone know if there a way to have an access db to be placed onto linux box with zope running on it and have it be able to access that db????... I don't really want to convert the entire database.....
danchik wrote:
does anyone know if there a way to have an access db to be placed onto linux box with zope running on it and have it be able to access that db????... I don't really want to convert the entire database.....
As far as I know there is no way to do that ... and IMHO it makes no sense to do it ;-) -- _______________________________________________________________________ Andreas Heckel andreas@easyleading.org LINUX is like a wigwam...no gates...no windows and an apache inside ;-)
No. But you could leave the Access DB on its Win box, and either 1. Use a Linux ODBC driver to access it (something I've never tried) ...or... 2. Install a copy of Zope on the Win box to access the DB with a Win ODBC driver, then use some kind of remote procedure call (e.g. XML_RPC or ZClient) from your main Zope to the Win Zope. I know this works. -- Loren
-----Original Message----- From: zope-dev-admin@zope.org [mailto:zope-dev-admin@zope.org]On Behalf Of danchik Sent: Thursday, March 29, 2001 14:02 To: zope-dev Subject: [Zope-dev] access db linux
does anyone know if there a way to have an access db to be placed onto linux box with zope running on it and have it be able to access that db????... I don't really want to convert the entire database.....
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Or you could use sockets via Python on Linux and an IIS server on Windows. Or some variation thereof. -----Original Message----- From: Loren Stafford [mailto:lstafford@morphics.com] Sent: Thursday, March 29, 2001 5:59 PM To: 'danchik'; 'zope-dev' Subject: RE: [Zope-dev] access db linux No. But you could leave the Access DB on its Win box, and either 1. Use a Linux ODBC driver to access it (something I've never tried) ...or... 2. Install a copy of Zope on the Win box to access the DB with a Win ODBC driver, then use some kind of remote procedure call (e.g. XML_RPC or ZClient) from your main Zope to the Win Zope. I know this works. -- Loren
-----Original Message----- From: zope-dev-admin@zope.org [mailto:zope-dev-admin@zope.org]On Behalf Of danchik Sent: Thursday, March 29, 2001 14:02 To: zope-dev Subject: [Zope-dev] access db linux
does anyone know if there a way to have an access db to be placed onto linux box with zope running on it and have it be able to access that db????... I don't really want to convert the entire database.....
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (4)
-
Andreas Heckel -
Bryan Baszczewski -
danchik -
Loren Stafford