Click here to Skip to main content
15,913,685 members
Home / Discussions / Database
   

Database

 
QuestionRe: how to store result of exec(query) values in to a temp table Pin
Ashfield29-Jan-08 22:30
Ashfield29-Jan-08 22:30 
GeneralRe: how to store result of exec(query) values in to a temp table Pin
veereshIndia29-Jan-08 22:39
veereshIndia29-Jan-08 22:39 
GeneralRe: how to store result of exec(query) values in to a temp table Pin
veereshIndia30-Jan-08 1:43
veereshIndia30-Jan-08 1:43 
GeneralRe: how to store result of exec(query) values in to a temp table Pin
Ashfield30-Jan-08 2:01
Ashfield30-Jan-08 2:01 
Generalpdf format Pin
sandhya1429-Jan-08 19:39
sandhya1429-Jan-08 19:39 
GeneralRe: pdf format Pin
pmarfleet29-Jan-08 22:04
pmarfleet29-Jan-08 22:04 
GeneralRe: pdf format Pin
sandhya1429-Jan-08 22:19
sandhya1429-Jan-08 22:19 
GeneralRe: pdf format Pin
Pete O'Hanlon29-Jan-08 22:10
mvePete O'Hanlon29-Jan-08 22:10 
sandhya14 wrote:
Hi here is the code in my page

Dim attachment As String = "attachment; filename=Contacts.pdf"
Response.AddHeader("content-disposition", attachment)
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.ContentType = "application/pdf"


when i try to open it, it opens Acrobat Reader but the Acrobat Reader gives me an error in the form of a message box with this message "Acrobat could not open 'PressRelease[1].pdf' because it is either not a supported file type or because the file has been corrupted (for example, it was sent as an email attachment and wasn't correctly decoded)."


I seem to be missing the select statement here, which seems to suggest that you've picked the wrong forum. Try the ASP.NET one instead.


Deja View - the feeling that you've seen this post before.

My blog | My articles



QuestionUsing SP In MS SQL Server2000 Pin
Arunika De Jonk29-Jan-08 18:33
Arunika De Jonk29-Jan-08 18:33 
AnswerRe: Using SP In MS SQL Server2000 Pin
Ashfield29-Jan-08 22:09
Ashfield29-Jan-08 22:09 
GeneralRe: Using SP In MS SQL Server2000 Pin
Arunika De Jonk29-Jan-08 22:17
Arunika De Jonk29-Jan-08 22:17 
GeneralRe: Using SP In MS SQL Server2000 Pin
pmarfleet29-Jan-08 22:15
pmarfleet29-Jan-08 22:15 
GeneralRe: Using SP In MS SQL Server2000 Pin
Arunika De Jonk29-Jan-08 22:20
Arunika De Jonk29-Jan-08 22:20 
GeneralRe: Using SP In MS SQL Server2000 Pin
Arunika De Jonk30-Jan-08 1:23
Arunika De Jonk30-Jan-08 1:23 
GeneralAdd columns to a multiple table Pin
MAW3029-Jan-08 15:45
MAW3029-Jan-08 15:45 
AnswerRe: Add columns to a multiple table Pin
Ashfield29-Jan-08 22:15
Ashfield29-Jan-08 22:15 
GeneralRe: Add columns to a multiple table Pin
MAW3030-Jan-08 1:15
MAW3030-Jan-08 1:15 
AnswerRe: Add columns to a multiple table Pin
Ashfield30-Jan-08 1:43
Ashfield30-Jan-08 1:43 
GeneralExcluding all items from another table from the database results...in SQL [modified] Pin
new_phoenix29-Jan-08 11:07
new_phoenix29-Jan-08 11:07 
AnswerRe: Excluding all items from another table from the database results...in SQL Pin
GuyThiebaut29-Jan-08 20:35
professionalGuyThiebaut29-Jan-08 20:35 
GeneralNot able to restore a differential database backup Pin
Neeraj Kr29-Jan-08 4:01
Neeraj Kr29-Jan-08 4:01 
Generalsql query Pin
sandhya1429-Jan-08 0:24
sandhya1429-Jan-08 0:24 
GeneralRe: sql query Pin
alexrad29-Jan-08 0:38
alexrad29-Jan-08 0:38 
GeneralRe: sql query Pin
sandhya1429-Jan-08 0:44
sandhya1429-Jan-08 0:44 
GeneralRe: sql query Pin
alexrad29-Jan-08 0:53
alexrad29-Jan-08 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.