how to insert images in to image table through query
i created one table like..
CREATE TABLE [dbo].[image](
[image2] [varbinary](50) NULL,
[id] [int] NULL
)
GO
i don't know how to insert/retrieve images through query...
Please give some example query..
in my system
MS SQL SERVER 2008 Enterprise Edition.....
Thanks in advance....
[font="Verdana"]SRIHARI(:~[/font]