
Importing Blob Data into SQL Server
Hi, Zakzak,
Quote:
> How do you import a graphics file using VB.net into an
> image field in SQL Server?
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=127 explains how to
get images into a database.
http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=137 shows how to get
the image back out.
Both of these samples use the OleDB classes, but should be easy to modify to
use SqlClient classes.
Ian.