olinuri
-
Total Posts
:
5
- Scores: 0
-
Reward points
:
0
- Joined: 6/27/2001
- Location: Spain
-
Status: offline
|
How to open a local file from an ASP page
Wednesday, June 27, 2001 10:02 AM
( permalink)
I am trying to open a file from a ASP page, the file being located on a shared foler on a fileserver. can I do that? Olivier
|
|
|
|
dougc
-
Total Posts
:
12
- Scores: 0
-
Reward points
:
0
- Joined: 5/31/2001
- Location: USA
-
Status: offline
|
Re: How to open a local file from an ASP page
Wednesday, June 27, 2001 10:23 AM
( permalink)
Hi Olivier, What type of file?. Regards, Doug
|
|
|
|
olinuri
-
Total Posts
:
5
- Scores: 0
-
Reward points
:
0
- Joined: 6/27/2001
- Location: Spain
-
Status: offline
|
Re: How to open a local file from an ASP page
Wednesday, June 27, 2001 10:31 AM
( permalink)
an Excel file, with a Data Source pointing to a view on SQL server. I execute a stored procedure according to the collected code on the ASP page, then I do a select statement from the table and then I want to open the Excel workbook to display the results.
|
|
|
|
adminkoe
-
Total Posts
:
114
- Scores: 0
-
Reward points
:
0
- Joined: 12/23/2000
- Location:
-
Status: offline
|
Re: How to open a local file from an ASP page
Wednesday, June 27, 2001 11:11 AM
( permalink)
Hello, This is easy to do  . Just redirect the visitors to the xls files . e.g: SQLStoredProcResult="myfile.xls" response.redirect "http://thenameofthefileserver/" & SQLStoredProcResult. Good Luck! Regards, Andi Zain
|
|
|
|