>By the way: Why do I get the 700 Error >(700, 'Session inactivity timeout (work rolled back)', 'I888')
When the connection is broken and the driver can reconnect, a timeout is assumed as there is no way of knowing what was the real reasong for the disconnect. >... an why is the string I888 and not I8888? Because of an error in vin77.c:raiseSQLError. sizeof (sqlStateStr) is being used, but sizeof (tsp00_C5) would be the right thing, as sqlStateStr is an pointer. This has been already fixed in 7.5. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]