Guys
I have a table with image datatype and I wana insert an image in the image field, for example
insert into dbo.Products(ProductID, ProductName, ProductPrice, ProductImage)
valeus(144, '8 Gig Lenovo memory Stick', 250.00, 'Image from C:Drive or where ever the image residing')
Thanx in advance