uploading image

1 view
Skip to first unread message

Pradyut Bhattacharya

unread,
Apr 6, 2008, 11:12:15 PM4/6/08
to oop_pro...@googlegroups.com
shows uploading image to a database

the table used should be : -

------------------------------------------------------------------------------------------------------------------------------------
GO
/****** Object:  Table [dbo].[Test]    Script Date: 04/07/2008 08:40:36 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Test](
    [ID] [int] NOT NULL,
    [Name] [varchar](50) NOT NULL,
    [Image] [image] NOT NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

GO
SET ANSI_PADDING OFF
------------------------------------------------------------------------------------------------------------------------------------



--
Pradyut
http://pradyut.tk
http://oop-edge.blogspot.com/
http://pradyutb.blogspot.com/
http://praddy-photos.blogspot.com/
http://oop-edge.spaces.live.com/
http://www.flickr.com/photos/praddy
http://groups.google.com/group/oop_programming
India
WebSite1.rar

Pradyut Bhattacharya

unread,
Apr 15, 2008, 9:36:25 AM4/15/08
to oop_pro...@googlegroups.com
showing in gridview
gridview.zip
Reply all
Reply to author
Forward
0 new messages