Query to Get Image data type

  • Hi,

        I want to know how to get image data type value. I crated a table with One Image data type column

    create

    table Test(MetaInfo image)

    Next i inserted One value

    insert

    into Test values('True')

    How to read the value in the Test table of MetaInfo Column.

    Note:- Don't ask me why you need to store this short information in Image data type. I'm in need of this situation.

    Otherwise tell me is it possible to store information like Result='True' in the image data type and using query can we retrieve the Result Corresponding Result

    Regards,

    Vinoth

  • Please do not cross-post.

    Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=196912

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply