Hi,
Thanks. I just found an answer to my query at the following link. I am trying out this option.
http://www.standardreporting.net/survival/view.aspx?_@id=53446
Regards,
Anchal.
Hi,
Thanks for your quick reply. My problem is that I have around 10 such IN operators in my SQL querry. Also I am expected to keep my query static. The solution you have provided is good but makes my query dynamic because the placeholder part is generated at runtime and appended to base query...
Hi,
I have a problem related to passing a number of parameters (the number changes dynamically) for the IN operator in the WHERE clause of a select statement. I want to have a static query e.g. "select * from emp where emp_name in (?, ?, ?, ....)". Here the number of place holders are...
Hi,
I'm building a tree in applet using JTree. I want each node of the tree to be a link such that when the user clicks a node, the request goes to a servlet. Also, each node sends a unique key-value pair to the servlet so that the servlet knows which node was clicked. This means that each node...
Hi,
Thanks for your guidance. But I still don't get as to how I should know whether the button clicked was the 'Ok' button or 'Cancel' button to assign an appropriate value to the JavaScript variable! For that matter capturing any event associated with 'file download' dialog box is a mystery to...
Hi,
Do you mean the page that contains the link? Well this page contains links corresponding to transactions. Since I'm using Struts, an Action class is responsible for forwarding the request to a JSP say 'main.jsp' that displays this page. When user clicks a link say 'T1' on this page, the...
Hi,
This is in connection with the query posted in Java (sun) forum dated Jul 31, 2003 and titled 'automatic redirect after file download'.
Any suggestions?
Thanks,
Anchal.
Hi,
Please refer to the code below:
response.setContentType ("application/xml");
response.setHeader ("Content-Disposition", "attachment; filename=\"my.xml\"");
java.io.BufferedReader in = new java.io.BufferedReader(new java.io.FileReader(xmlPath))...
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.