From the SQL Server database i want to delete a value with datatype image from a table using a query.i tried with
"update tablename set photogrph="""
but it didint work.
please help me out in this