hello zopisti, one major problem: everything functions with delight... only the insert statement does not work. it looks like it did work in the zope environment, but if I look directly at the database, no rows are inserted. oh... what we use: Zope 2.0b5 with Oracle ODBC on windows NT. The ODBC driver is functioning. are there any known issues when using ODBC?? klement j. fellner university of magdeburg
In article <A1503CDE521ED311847500609782832D1AE8@golder.CS.Uni- Magdeburg.De>, Klement J. Fellner <klement.fellner@life-cycle.de> writes
are there any known issues when using ODBC??
See the post below for further information. I can't get ODBC working either ... transactions just don't commit. In article <199907282104.OAA17213@zope.codeit.com>, Christopher Petrilli <petrilli@digicool.com> writes
Gang,
I've started to put up a list of status for all the DA's on the web site:
http://www.zope.org/Download/DAStatus
Please look over this and let me know if you have anything to change. I will be adding information about contributed DAs as it is collected/contributed.
One thing I would like to make clear about all DC-supported DAs... they will all be at least Level 2 by the official release of Zope 2.0.
In addition, if you wish to beat a DA into L2 immediately, all you need to do is:
* Mix in the Shared.DC.ZRDB.THUNK.THUNKED_TM instead of normal one * Call self._register before you do a query * And implement self._begin, self._finish, self._abort
This gets you L2 + integration with transaction support.
This list will expand and grow over the next couple of days.
Chris
------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
participants (2)
-
Graham Chiu -
Klement J. Fellner