Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Upload

Upload

Scheduled Pinned Locked Moved C#
databasequestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    albCode
    wrote on last edited by
    #1

    How can I save .doc or .pdf file in sql database ??? Regards...

    J 1 Reply Last reply
    0
    • A albCode

      How can I save .doc or .pdf file in sql database ??? Regards...

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      You can save them as the SQL Binary type if the data is less than 8000 bytes (8K). If you need to store files larger than 8kB, you could save them using the SQL Image type (which simply stores an array of bytes of length up to 2 billior or so). For more information on SQL datatypes, see MSDN's Sql data type table[^]. Once you've stored your pdf or doc files as bytes, you can then get them out of the database, write the bytes to a file, rename the file with the correct extension, and you're good to go.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Moral Muscle The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups