Hello Suraj, the 'timeOut' property is what you know as session time out when connecting (See http://www.sapdb.org/7.4/htmhelp/5e/eba667440a11d3a98200a0c9449261/content.htm).
Here 0 is no timeout, -1 is the default timeout configured at the database, and any positive number is that timeout, in seconds. The 'loginTimeOut' property is currently not used and possible to support from MaxDB/SAP DB, but defined by javax.sql.DataSouce interface, and thus present. Alexander Schr�der SAP DB, SAP Labs Berlin > -----Original Message----- > From: Suraj Panicker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2003 8:34 AM > To: [EMAIL PROTECTED] > Subject: Timeout settings for JDBC session > > > Hello, > > ConnectionPoolDataSourceSapDB has a setTimeOut and setLoginTimeOut > functions. Could anyone explain what these functions are for > ? And what is > the value, I need to pass into it to set No Timeout, so that > my JDBC session > does not time out. > > regards, > > Suraj. > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
