Hi, i ported our own sqldriver written in c++ using the ODBC Interface to sapdb every works now fine excepted our multithread tests. This tests works fine with IBM DB2 that use our ODBC Driver(same code) too. With SAPDB my tests runs with one thread. If i use more then one thread the following errors are reported:
SQLExecute returned error [4294967295], error text is [[SAP AG][LIBSQLOD SO][SAP DB]Communication link failure;-807 Connection down, session released (unbalanced request/reply).], statement is [INSERT INTO PTableInteger (MyKey, MyValue) VALUES (?, ?)]' This errors reported multiple times. Is there any thing special to do if sapdb odbc and thread's are used? I use sapdb on linux version 7.3.0.29 Thanks in advance Meno _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
