Now I am working in SQL2000 as back end .I want to load jpeg file in database and retrieve from database. Please guide me.You can use this:
CREATE TABLE Images ([stream] [image] NULL)
insert into Images ([stream]) values (@.image)
Hope this helps!!
Deven.
No comments:
Post a Comment