Hi all, I need to create a DataBase whith triggers and StoreProcedures, but I have to use mostly standard as possible
because i need to migrate data base to informix, oracle, and other DB's, does anybody have any Idea, or suggestion.
I will apreciate your response
Thanks in advance
I all, I need to run a query to convert in csv but
I need to ask entry parameters. and then i need to manipulate those entries like this:
if the entry value= 0 then someVariable=""
else someVariable= "productType in("+1,2,3+")"
...
then
select fields from table where
&productType
I will...
Hi, all I need to share a connection pool between four
war projects, can anybody helpme whith some informacion about do this. Thanks in advance
P.D. at the moment i create a connection pool per project
but i think this is not correct.
Hi, all y have problems in my server they crash a couple of times per day and verifying the localhost log y found this particular lines
004-06-14 05:43:27 HttpProcessor[80][58] process.parse
java.io.IOException: Line too long
at...
Hi, all, i need to put a web application stable and
i found that all the query follows the same structure:
public synchronized Vector getProfile(Integer profileId) throws SQLException {
try {
conn = con.getConnection();
pstmt = conn.prepareStatement("select...
while...
Hi there, yesterday my tomcat server shutdow it self( my oracle DB too), without apparent reason. verifying the root of this cause I found some particular lines in mi catalina log file that i can't to interpret my self so I need help
to understand these log lines.
I will apreciate your help and...
Hi all, can anybody help whit establish remote connection to a db2 installed on a
AS400(iSeries) I set de driver an url to this :
driver:COM.ibm.db2.jdbc.net.DB2Driver
url:jdbc: db2://xxx.xxx.xxx.xxx:50000/DES
I don't know if the port is correct.
but it send me de following errors...
I have a problem with an access to a protected URL,
It is about a java login dialog box that appears each time my applet access to url in a
protected directory and it always happens with java plugin (1.3.1_02).
(Of course I got a first login box but I don't want a second java login box appears)...
Hi there.
I need to send a message to other applets but, i have my Send applet in a frame and
my Receiver applet in other frame, can anybody can tell me how to do this.
I use the microsoft internet explorer, and Nestcape 6
I will appreciate your response.
Hi all.
I need a session whit never becomes timout but when I set de MaxInactiveInterval with
a negative value (session.setMaxInactiveInterval(-1) ) the session becomes timeout in
about 30 minutes or less, anybody can tell me why or the possible cuases of this
I am working in IBM WebSphere...
hi! I need to know if a servlet that is active, remains charged until the servlet engine is shutdown by de administrator(manually), or if there is any other situation that makes the servlet inactive. Im working with WebSphere Application Server
I like to keep my servlet active allways...
The error is that de servlet doesn't read the SimpleInitFile.servlet because the servlet returns null when it read de parameters. here is de code and the xml file
I will appreciate your help
the servlet....
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class...
Is there any way to use parameters by reference in Java, like it is used in C.
I need to call a servlet with several parameters from an JSP, then modify the value of the parameters to return them to the JSP, and I must not use instance variables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.