i am using the below code for creating the connection to database.
connectionURL = "jdbc:oracle:thin:@//testdsfsdfgs:1521/TEST";
conn = DriverManager.getConnection(connectionURL, userName,Password);
i want to set the transaction time out. How can i do that.
Please some one help.
Thanks in advance