D
DavidC
I have an asp.net web page that I want to be able to read an image file from
the filesystem on the web server and insert it into a SQL Server 2008
database image data type. The insert command would be similar to below. I
have never done this before so I need some direction on how to accomplish
this in asp.net using 3.5 framework. Also, is image the correct data type?
Thanks.
INSERT INTO dbo.ClientSignatures (ClientSignature) VALUES (some image)
the filesystem on the web server and insert it into a SQL Server 2008
database image data type. The insert command would be similar to below. I
have never done this before so I need some direction on how to accomplish
this in asp.net using 3.5 framework. Also, is image the correct data type?
Thanks.
INSERT INTO dbo.ClientSignatures (ClientSignature) VALUES (some image)