Hi, I have an Excel workbook that has several MS Queries that retrieve data from a Microsoft SQL server, via ODBC connection. We recently changed the server that my database resides on, so I updated my ODBC connection with the new server name. Fine, no problems there. Now when I try to...
My servlet reads the data (in bytes) from a file....I want to download this data onto the clients browser. How can I do this??
Code so far:
-----------
File f = new File(FileName);
try {
FileInputStream fis = new FileInputStream(f);
BufferedInputStream bis = new...
I have a url:
http://localhost:8080/servlet/myfile.zip
I want to rewrite it to get:
http://localhost:8080/servlet?filename=myfile.zip
I found some url rewriting articles over the web, but nothing clearly explains the process.
Could anyone just give me a brief/clear explanation of the concept...
How would I 'display a message' like Retrieving data, please wait, on an ASP page before looping through a recordset. Thus giving the user some feedback on what is going on in the background, rather than looking at an empty page, till the entire looping finishes??
Thanks in advance.
In the first ASP page (https://......) I have a link, which when clicked, initiates download of a file. If the download file is (http://......) - I get a security alert. But if I use (https://.....) as the download file - the downloaded file is not in the correct format.
Is there a workaround...
In the first ASP page (https://......) I have a link, which when clicked, initiates download of a file. If the download file is (http://......) - I get a security alert. But if I use (https://.....) as the download file - the downloaded file is not in the correct format.
Is there a workaround...
I have already generated an Excel file from an ASP page. But this file resides on the web server. I dont want this file to reside on the web server. Can anyone help me with any suggestions??
Thanks in advance.
My ASP page keeps timing out, when attempting to loop through very large recordsets.
Any suggestion to solve my problem would be greatly appreciated. Thanks in advance.
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.