I have a JSP file which I am deploying within a Java Project with the help of Eclipse, Maven, and Tomcat. I\'ve got a few other JSP files almost identical to this one, though they run different operat
I have a unix and a linux server used as Database Server and Application Server Respectively. The Database is Oracle 10g and App Server is Weblogic 9.3 MP3 with jRockit 1.5 installed.
I have this problem.. I have a Hashmap containing the String as the key and Object as the value. I have one Date Object inside it...
I have the following problem in a web application.When i leave the server on for some period for example 24 hours my app stops working.
I am unsure whether a statement and resultset should be closed after each query or after all my queries h开发者_StackOverflow中文版ave been made (ie at the same time i close the connection)?
I actual have a big problem! I open a connection to a oracle database with \"DriverManager.getConnection(url, properties)\".
I want to create a DSN in Ubuntu Linux 10.10 for a Java application with a MySQL back end. Sorry if the question is s开发者_如何学Goimple but I really need your help.
I am using JDBC api to call a store procedure. Which returns a cursor. Problem I am facing is, first开发者_C百科 two call of ResultSet.next() take more then a minute to return result. After then it ta
I need to do a considerably long JDBC transaction. Can I dist开发者_JS百科ribute the statements required for the transaction in multiple methods, like this?
here is the code import java.*; public class Connect{ private java.sql.Connectioncon = null; private final String url = \"jdbc:microsoft:sqlserver://\";