Saving PDF in SqlServer DataBase

saving pdf , pdf in asp.net , handling pdf Toronto, Canada
  • 12 years ago
    hi, I am trying to ssave a pdf file an image field in sqlserver database table. The issue is: - I have a common Store Procedure for Add and Update of all the tables in the database. - The procedure has variables like UpdateField, InsertFields of nvarchar(max) datatype. - The target field(where the image will be stored) is of image datatype. - From the CodeBehind I am passing a Byte[ ] array. Here, I just want to confirm is there a way I can insert the pdf into database keeping in mind the above said conditions. I don't want to create a new Procedure for the same. Is there any way I can convert this Byte [ ] array from the CodeBehind. Something like passing a string as "convert(nvarchar(Byte [ ])". Only thing I don't want to do is to alter the Procedure or create a new procedure. Regards, Royal

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra