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#
how to split the image for to store in sql database
Collapse
X
-
You could first turn it into a byte[]. Then carve it up as you like.
Database tutorial Part 1
Database tutorial Part 2
Comment