[Zope-DB] ZOracleDB strange error

Johnny Wezel j@netfeed.ch
Tue, 11 Feb 2003 10:46:22 +0100 (CET)


Yep, but that led to another error where append() is called with more than one
argument. This indicates that nobody is using this module since Zope changed to
Python 2.0. Since then, append() only takes one argument.

Is nobody using ZOracleDA anymore?

Cheers,
Johnny


> It's not strange at all, take out the semicolon at the end.  As the error
> says, it's an invalid character.
>
> --
> Neil
>
> -----Original Message-----
> From: Johnny Wezel [mailto:j@netfeed.ch]
> Sent: 11 February 2003 09:07
> To: zope-db@zope.org
> Subject: [Zope-DB] ZOracleDB strange error
> Importance: High
>
>
> I finally got Oracle 9i up and compiled ZOracleDA. When I tried to test it
> using this simple query:
>
> SELECT * FROM ALL_TABLES WHERE OWNER = 'PATENT';