Hi Axel, sorry for the incomplete mail before.
> -----Original Message----- > From: Axel Busch [mailto:[EMAIL PROTECTED]] [snip] > Is there a parameter I can set when connecting to the db, or > after the connection > was established, so that the connection is kept alive "forever"? See SQLSetConnectAttr, SQL_ATTR_CONNECTION_TIMEOUT. Additionally, you have to set the DB parameter SESSION_TIMEOUT (usually 900s). Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP DB, SAP Labs Berlin SAP DB is open source. Get it! www.sapdb.org _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
