I have a Sql server database. Here the Fields are Name, Branch, Age, Image
. The Data types of these fields are Varchar,Varchar,Int,Image
respectively.
Now I want to insert data into this table manually. It is simple to all fields except Image field. So please suggest me how to insert data into image field manually.