mari muthu

mari muthu

  • NA
  • 198
  • 103.6k

query for Add Image in sql..?

May 3 2016 8:25 AM
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 

Answers (4)