December 24, 2008 at 11:48 pm
how to create table for image file with blob data type?
I am creating the table but error come that datatype blob not found
December 25, 2008 at 12:09 am
use the varbinary(max) datatype which holds BLOB objects
December 25, 2008 at 12:38 am
When i have created table for store blob data but being inserted what i have to pass : path of the image or ?
December 26, 2008 at 5:48 am
Please do not cross-post.
Refer to your other entry at http://www.sqlservercentral.com/Forums/Topic625641-357-1.aspx
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply