[Zope-DB] Installing DCOracle2 with Oracle 10g

2005-09-28 Thread Seth Gottlieb
h ociextp.h ocikpr.h ocixmldb.h odci.h oratypes.h ori.h orid.h orl.h oro.h ort.h xa.h Some observations The error messages says that I should have .h files under rdbms/demo but mines does not have any and I was unable to find them anywhere. Thanks, Seth -- Seth Gottlieb Optaros, Inc. 60 Can

Re: [Zope-DB] Installing DCOracle2 with Oracle 10g

2005-09-28 Thread Seth Gottlieb
stdio.h -- try removing stdio.h and making the python.h include the first include. On Sep 28, 2005, at 2:38 PM, Seth Gottlieb wrote: I have been trying to compile DCOracle2 and found the instructions from "evstumpf at ucdavis." When I do that, I get the error message: i686-pc-lin

Re: [Zope-DB] Installing DCOracle2 with Oracle 10g

2005-09-29 Thread Seth Gottlieb
ines manually, I expect. That will cause the code to compile slightly differently. On Sep 28, 2005, at 10:34 PM, Seth Gottlieb wrote: Thanks for responding. I commented out line 92: #include and moved #include (which was around line 126) to the first of the includes. I still get the same error m

Re: [Zope-DB] Installing DCOracle2 with Oracle 10g

2005-09-29 Thread Seth Gottlieb
e2 to install with Oracle 10g Jet Message: 6 Date: Thu, 29 Sep 2005 10:57:23 -0400 From: Seth Gottlieb <[EMAIL PROTECTED]> Subject: Re: [Zope-DB] Installing DCOracle2 with Oracle 10g To: "Matthew T.Kromer" <[EMAIL PROTECTED]> Cc: zope-db@zope.org Message-ID: <[EMAIL

[Zope-DB] DCOracle2, Oracle 10g and Long data type

2005-10-19 Thread Seth Gottlieb
in my SQL statements. Thanks, Seth -- Seth Gottlieb Optaros, Inc. 60 Canal Street Boston, MA 02114 e: [EMAIL PROTECTED] v: 617.227.1855 ext. 107 f: 617.227.1755 m: 617.852.2956 ___ Zope-DB mailing list Zope-DB@zope.org http://mail.zope.org/mailman/listinfo/zope-db

Re: [Zope-DB] Installing DCOracle2 with Oracle 10g

2005-10-24 Thread Seth Gottlieb
all with Oracle 10g hi, I just had reason to go back to use DCOracle2 on Linux and Oracle 10g Your Howto indicates that PDO is needed in order to compile DCO2. I do not recognise this requirement - granted I have been absent from the DCO2 world for some time, but is PDO a new requirement? T

[Zope-DB] Managing Connections with SQL Methods

2005-10-25 Thread Seth Gottlieb
these DB connections do not get reused or destroyed after queries are made? Any ideas? Thanks, Seth -- Seth Gottlieb Optaros, Inc. 60 Canal Street Boston, MA 02114 e: [EMAIL PROTECTED] v: 617.227.1855 ext. 107 f: 617.227.1755 m: 617.852.2956 ___ Zope-

Re: [Zope-DB] Managing Connections with SQL Methods

2005-10-25 Thread Seth Gottlieb
manage better (i.e. good) the > connections than ZMySQLDA. If someone has a solution to the problem... > ;-)) > > Regards, > Michele > > On 25.10.2005, at 23:12, Seth Gottlieb wrote: > > > Hi, > > > > I have a Python class that my Zope application uses to talk to a

Re: [Zope-DB] Managing Connections with SQL Methods

2005-10-26 Thread Seth Gottlieb
object acquired. Seth Gottlieb wrote: Thanks Michele, I was thinking of doing that as well. Did you point the DA to SQLRelay? Or did you have your Python code connect directly to SQLRelay? My application needs to be able to roll back transactions when told to by the transaction manager. Do

Re: [Zope-DB] dealing with dropped database connections

2006-01-18 Thread Seth Gottlieb
t has to do with stalled connections. But you did write serialised *connections*. What are those? ___ Zope-DB mailing list Zope-DB@zope.org http://mail.zope.org/mailman/listinfo/z

Re: [Zope-DB] dealing with dropped database connections

2006-01-22 Thread Seth Gottlieb
I would try having the SQLRelay listener on the Zope server and see what that does. --Seth martin f krafft ([EMAIL PROTECTED]) wrote: > > also sprach Seth Gottlieb <[EMAIL PROTECTED]> [2006.01.18.1523 +0100]: > > You might also consider using SQLRelay. I wrote some blog posts

Re: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread Seth Gottlieb
sweek.html%20> ___ Zope-DB mailing list Zope-DB@zope.org http://mail.zope.org/mailman/listinfo/zope-db -- Seth Gottlieb Optaros, Inc. 60 Canal Street Boston, MA 02114 e: [EMAIL PROTECTED] v: 617.227.1855 ext. 107 f: 617.227.1755 m: 617.852.2956 b: http://contenth

Re: [Zope-DB] external ZODB from Zope interface

2006-02-02 Thread Seth Gottlieb
interface (similar to what is apparently possible for Gadfly, MySQL, PostgreSQL, and other DBs). Any other ideas about how to access 'external' ZODBs and make them part of the Zope project? Thanks. -g */Seth Gottlieb <[EMAIL PROTECTED]>/* wrote: This is a good write up o