Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 23, 2012 07:26 PM by krishna.bb
Member
129 Points
113 Posts
Apr 23, 2012 03:50 PM|LINK
Hello,
I need your help!
My requirement:
I have a pdf file stored in my SQL Server DB as an Image (datatype of the column in my table).
When the user clicks on link in a web page.
It should open File Open/Save dailog for him to save as pdf file to his machine.
Can some one give me the code in C#?
Appreciate your help!
All-Star
66017 Points
7639 Posts
Moderator
Apr 23, 2012 04:09 PM|LINK
What you will want to look/search for is "Streaming a file from a database to client".
Lots of samples out there already.
Participant
947 Points
201 Posts
Apr 23, 2012 04:30 PM|LINK
Hi
You can use the code this link:
http://weblogs.sqlteam.com/randyp/archive/2008/11/20/60771.aspx
I hope is help.
Apr 23, 2012 07:26 PM|LINK
I appreciate your help :)
krishna.bb
Member
129 Points
113 Posts
Download pdf files from SQL Server DB
Apr 23, 2012 03:50 PM|LINK
Hello,
I need your help!
My requirement:
I have a pdf file stored in my SQL Server DB as an Image (datatype of the column in my table).
When the user clicks on link in a web page.
It should open File Open/Save dailog for him to save as pdf file to his machine.
Can some one give me the code in C#?
Appreciate your help!
Krishna
Curt_C
All-Star
66017 Points
7639 Posts
Moderator
Re: Download pdf files from SQL Server DB
Apr 23, 2012 04:09 PM|LINK
What you will want to look/search for is "Streaming a file from a database to client".
Lots of samples out there already.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
pierrefrc
Participant
947 Points
201 Posts
Re: Download pdf files from SQL Server DB
Apr 23, 2012 04:30 PM|LINK
Hi
You can use the code this link:
http://weblogs.sqlteam.com/randyp/archive/2008/11/20/60771.aspx
I hope is help.
krishna.bb
Member
129 Points
113 Posts
Re: Download pdf files from SQL Server DB
Apr 23, 2012 07:26 PM|LINK
I appreciate your help :)
Krishna