1. Find potential SQL inject problems in Java/JSP code stackoverflow.comI'm working for a customer with a huge legacy codebase consisting of various Java en JSP based applications. Most querying is done using the home-build 'orm' system. Some applications use Plain Old ... | |||||||||||||||||||||||||
2. Lib to protect SQL/javascript injection for java/jsp stackoverflow.comAnyone know a good lib where i can run the strings before they are inserted, that can strip out sql/javascript code? To be run in jsp pages. Idealy the lib would be:
| |||||||||||||||||||||||||
3. How to call sql procedure from an html button? stackoverflow.comHey guys, my doubt is pretty simple to understand. I have a sql procedure that generates a util file as its output depending on the input parameters that are passed to ... | |||||||||||||||||||||||||
4. Help in getting a database management system running stackoverflow.comhttp://projectabstracts.com/406/java-based-online-shopping.html This project is about "Online Shopping". It uses Java as front-end implementing applets, servlets and JDBC as the connecting link to the back-end which is implemented using SQL. The ... | |||||||||||||||||||||||||
5. how to get a specific row values from database using servlet?(without using any sql conditions.) stackoverflow.comi want to display a table from the database. but displaying only 5rows (from 6 to 10), i have a table name only. it is the dynamic process, so the query doesn't ... | |||||||||||||||||||||||||
6. SQL group by question stackoverflow.comI have a problem when retrieving data from a SQL using JSP.
| |||||||||||||||||||||||||
7. Help using flags in my jsp stackoverflow.comThis might be confusing, so just ask if a better explanation is needed. I am trying to select certain teams for a particular user. Here is my SELECT statement: ... | |||||||||||||||||||||||||
8. How to print SUM, and AVG SQL values with JDBC? stackoverflow.comOkay, I am trying to do print the results of a SUM and AVG function using JDBC. So basically, it's not working. What am I doing wrong?
| |||||||||||||||||||||||||
9. How can I send html/javascript values to sql and return it back to the same page in jsp? stackoverflow.comI started out with an html page. Then, I renamed the file with a .jsp extension, as I will be using jsp to accomplish this particular task. Which is: I wish ... | |||||||||||||||||||||||||
10. Downloading attachment from database using java stackoverflow.comI have used the following code for downloading the attachment from database but the downloaded file is of 0 bytes. What is the cause and how can I fix it? Here ... | |||||||||||||||||||||||||
11. how to use a variable in a where clause stackoverflow.comI use jsp and sql and I want to query a table using a variable that I have already declared (entity) here is my query:
| |||||||||||||||||||||||||
12. problem with sql and jsp stackoverflow.comI am using jsp, I do know why does not work:
| |||||||||||||||||||||||||
13. How to fetch entries/values from database to a jsp page one by one? stackoverflow.comI have a table in Microsoft SQL server Management Studio with two columns title and data and each column has 10 enteries. I have a jsp page on which i want to ... | |||||||||||||||||||||||||
14. How can I delete database records from a jsp page? stackoverflow.comThe following code is a part of my project and the output of this code is that I get all the title of the posts in the database and a delete ... | |||||||||||||||||||||||||
15. How to avoid saving details in database when a new user tries to create account with existing username? stackoverflow.comI have a jsp page in my project where user fills up the details for creating an account. when a user enters username and clicks on the check button, the button ... | |||||||||||||||||||||||||
16. java.lang.NumberFormatException: null stackoverflow.comHello i have a problem with insert code i'm getting this error java.lang.NumberFormatException: null i think the problem from the insert query some value is invalid or missing
| |||||||||||||||||||||||||
17. how to take sql 2000 database backup using jsp code bytes.com | |||||||||||||||||||||||||
18. Not importing java.sql.* coderanch.com | |||||||||||||||||||||||||
19. JSP with Oracle / SQL coderanch.com | |||||||||||||||||||||||||
20. synchronized & JSP (& eventually SQL) coderanch.com | |||||||||||||||||||||||||
21. Getting SQL Data in JSP or Servlet coderanch.com | |||||||||||||||||||||||||
22. The SQL controversy and Sue's Book coderanch.comPerforming SQL directly from a JSP page, which constitutes a 'view', is a pretty severe violation of the MVC architecture. Hence the controversy. I could go into the catechism of why uncoupling the model from the view is a good thing and all, but that's been covered before and by others more eloquent than myself. I'll just say that I'm a ... | |||||||||||||||||||||||||
23. Populate listbox from sql coderanch.com | |||||||||||||||||||||||||
24. using JSP to read SQL data coderanch.comForgive my noob question. I've used the search tool but haven't found the info I need. I'd like to connect from jsp to SQL and do a simple query. I've come up with this amount of code so far, but it fails left right and center... I'm using MS SQL Server 2000 and Tomcat, jdk is 1.4.1_06 I can't even get ... | |||||||||||||||||||||||||
25. sql:param Problems. coderanch.comHowdy all, I am writing a jsp application which uses a proprietary JDBC database driver. I am getting errors thrown and am having trouble drilling down to the cause. The error is thrown when I use a prepared statement and the | |||||||||||||||||||||||||
26. Inconsistent results with sql:param coderanch.comHere is the source of my problems. This code works fine on 3 out of the 4 computers that I have, but when executed on one of them with the same input and the same database, I fail to get a response while the other 3 respond perfectly. The little check before the actual query returns the same/correct values in all ... | |||||||||||||||||||||||||
27. SQL Poll Question in JSP coderanch.com | |||||||||||||||||||||||||
28. hours and minutes set/get sql timestamp coderanch.com | |||||||||||||||||||||||||
29. running sql in jsp coderanch.comThanks a lot for the reply. I have a problem though. I have installed Tomcat and have been running an application without any problem. But when I start this simple application it says resource not found. The path of the jsp page is C:\Tomcat 5.0\webapps\jspbook\ch1\ The error message is HTTP Status 404 - /jspbook/ch1/first.jsp -------------------------------------------------------------------------------- type Status report message /jspbook/ch1/first.jsp description ... | |||||||||||||||||||||||||
30. SQL Exeption coderanch.comI am getting SQLExeption when I try to execute the code below. Can anyone help me with it? ........ , . - . - , _ , ........ ......... ) ` - . .> ' `( ......... ........ / . . . .`\ . . \ ........ ........ |. . . . . |. . .| ....... ......... \ . . ... | |||||||||||||||||||||||||
31. Using SQL in a JSP coderanch.com | |||||||||||||||||||||||||
32. SQL coding to add stock balance in JSP coderanch.com | |||||||||||||||||||||||||
33. SQL and JSP coderanch.com | |||||||||||||||||||||||||
34. subquery SQL and JSP coderanch.com | |||||||||||||||||||||||||
35. JSP & SQL problems coderanch.com | |||||||||||||||||||||||||
36. SQL Stored procedure in JSP coderanch.com | |||||||||||||||||||||||||
37. Helper tool to Build SQL in JSP?? coderanch.com | |||||||||||||||||||||||||
38. servlets and sql coderanch.comok peoples, I have a problem. I'm in the process of creating a online system where people login and stuff. I've got the login page working correctly and the database connection working correctly also. I have given users the option to register if they have not been on before, and this is where I come unstuck. The user enters in their ... | |||||||||||||||||||||||||
39. Web Resourses for using SQL in servlets coderanch.com | |||||||||||||||||||||||||
40. SQL coding to add stock balance in JSP coderanch.comI am facing some problem writing this SQL coding on adding a stock balance record in JSP: Below is an extract from my coding: Purchase A Stock Item
|