I have created the code for store the image in my sql data base. its not working, checked all over on net, its right. should i use any other code with this.
CREATE TABLE dbo.Images ( image_id INT IDENTITY(1,1) , image_data IMAGE NOT NULL, image_name VARCHAR(75) NOT NULL )