Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
java sql
Name: noel Date: November 11, 2002 at 03:45:06 Pacific OS: 98 CPU/Ram: 32
Comment:
I'm using java as my prog. language I have problem delete a row in the database This is my sql statement. Whats wrong with it?It deletes all entry in the field rather than only the row i wanted it to be.
Summary: I am currently coding Java in Websphere, using Struts. There is a procedure that I am executing that returns a number value, 0 or 1. Well, I cannot figure out how to retrieve this return value in ja...
Summary: I am having a few problems and I cannot explain why this is happening. I am using a Java servlet to connect to an Oracle Database. Using the "SELECT * FROM " command, the servlet is to retrieve all re...
Summary: When I have performance issues with Java/SQL, it usually has to do with the query itself taking a long time to run. The first thing I would look into would be optimizing the query, if you haven't done...