P
PB
I need to enable users to download data in either an Excel file or an Access
database (MDB file).
The data they need exists in a SQL Server database: the XLS or MDB file does
not actually exist at the time the users request it.
My initial plan is that when users request their data, they will click a
button or link indicating that they want their data in the respective file
format. Then, on the server I want to execute a stored procedure that
retrieves the data; then insert it into a new/blank XLS or MDB file - and
then send that new file down to the browser.
My question: What are my options for sending the newly created XLS or MDB
file down to the browser? I would like for the users to be able to chose to
save the file or view it in its respective host application.
Thanks!
database (MDB file).
The data they need exists in a SQL Server database: the XLS or MDB file does
not actually exist at the time the users request it.
My initial plan is that when users request their data, they will click a
button or link indicating that they want their data in the respective file
format. Then, on the server I want to execute a stored procedure that
retrieves the data; then insert it into a new/blank XLS or MDB file - and
then send that new file down to the browser.
My question: What are my options for sending the newly created XLS or MDB
file down to the browser? I would like for the users to be able to chose to
save the file or view it in its respective host application.
Thanks!