[Zope] SAP DB with Zope?

Daniel Dittmar dittmar@snafu.de
Wed, 08 Nov 2000 23:45:57 +0100


There isn't one yet, although it is on my private list. It will be
difficult to make it run on Linux, though, because

- a SAP DB client connection isn't allowed to be taken across a fork ()
(otherwise two process could use the same connection)
- Linux assigns new process ids to threads, so a SAP DB client believes
there was a fork () when there was only a change of thread (anyone got a
solution to that one?)
- you could try the ODBC DA, but I hadn't much luck with that one

Daniel Dittmar


"Jonathan (ListServ Account)" wrote:
> 
> Hi all,
> 
> Will be testing it myself shortly, but has anyone already hooked up Zope to
> SAP DB? It has been open sourced recently, and there are Python interfaces
> available (as well as Perl, JDBC, PHP, ODBC and C/C++). For those who are
> not familiar with it: it's a high end database used for example with SAP
> R/3 and has its roots in ADABAS D.
> 
> Check it out:
> http://www.sap-ag.de/solutions/technology/sapdb/index.htm
>