how to split the image for to store in sql database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agi123
    New Member
    • Mar 2010
    • 4

    how to split the image for to store in sql database

    i want to split the image as many parts of equal sizes and i want to store it in sql database how to implement it using c#
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    You could first turn it into a byte[]. Then carve it up as you like.

    Database tutorial Part 1
    Database tutorial Part 2

    Comment

    Working...