John:
The problems: 1. Oracle 7.3 ODBC connections can't be opened at all: "invalid connection string". 2. SQL Server 6.5 connections work normally but Zserver crashes intermittently: PythonServices.exe - Applictaion Error The instruction "0x1e1124060" referenced memory at "0x00000020". The memoery couldn't be read"
Only relatively recent (since 9/2/1999) ODBC DAs are threadsafe. Normally I'd chalk up:
The instruction "0x1e1124060" referenced memory at "0x00000020".
to the mere fact that it's NT but maybe not in this case. Check: http://www.zope.org:18200/Products/DA/ZODBCDA to see if you've got a safe DA. --Rob
Rob Page wrote:
John:
The problems: 1. Oracle 7.3 ODBC connections can't be opened at all: "invalid connection string".
I got this with Intersolv/MERANT Odbc-Driver for Progress too.
2. SQL Server 6.5 connections work normally but Zserver crashes intermittently: PythonServices.exe - Applictaion Error The instruction "0x1e1124060" referenced memory at "0x00000020". The memoery couldn't be read"
I get this also from time to time. I am using ODBC DA 3.1.0b2 yet. Now transactions are committed but it ocassinally crashes and Zope blocks on database access.
participants (2)
-
Rob Page -
Tino Wildenhain