• gamit124 (3/28/2013)


    hi every one

    i am using vb 6.0 and i want to save my image in sqlserver 2008 how can i save and retrieve image from sqlserver

    Typically you would store them in a varbinary(max) column.

    A (very old) example for VB6 (how ancient) can be found here:

    Save Data in a SQL Server Image Column with VB6

    It uses an image column, but since this datatype is deprecated I would use the varbinary(max).

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP