Store an image in a SQL Server CE database
Posted
by Vaccano
on Stack Overflow
See other posts from Stack Overflow
or by Vaccano
Published on 2010-04-14T14:38:10Z
Indexed on
2010/04/14
14:53 UTC
Read the original article
Hit count: 223
Does any one know of an example on how to store an image in a SQL Server CE database?
What data type should the column be? (I am guessing binary.)
I use Linq-To-Datasets. Is it possible using that to put the image into the database and pull it out again later?
Thanks for any advice.
© Stack Overflow or respective owner