hir,
i have given below some details for my Table which i want .
CREATE TABLE Items
(
ID int,
CatagorieId int,
Name nvarchar(160) ,
Price decimal(18,2),
ItemPictureUrl nvarchar(1024),
InternalImage varbinary(MAX)
)
How to add the image and varbinary values here .please anyone know this Please send me that Query for that I need to add one row my Table please help me