Hi In the clubsite starterkit, i changed the club-add.sql schema file like this: In the part ofdescription, i have resized description size8000but it shows the problem for upload more than 700 char . CREATE TABLE [Announcements] ( [id] [int] IDENTITY (1, 1) NOT NULL , [itemdate] [datetime] NOT NULL , [title] [varchar] (500) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , [description] [varchar] (8000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , [staticURL] [varchar] (500) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , [photo] [int] NOT NULL , [albumid] [int] NULL ) ON [PRIMARY] I have reinstalled that club-add.sql file through command line. it dispaly this information:- 1> 2> 3> 4> 5> 6> 7> 8> 9> Msg 2714, Level 16, State 6, Server SQL2k502, Line 1 There is already an object named 'Albums' in the database. 1> 2> 3> 4> 5> 6> 7> 8> 9> Msg 2714, Level 16, State 6, Server SQL2k502, Line 2 There is already an object named 'Announcements' in the database. 1> 2> 3> 4> 5> 6> 7> 8> 9> Msg 2714, Level 16, State 6, Server SQL2k502, Line 3 . . . etc..... when i try to upload news,it return back to the page and do not showupload news. How can i solve that problem? Regards DD
Hello, I got a above problem from many days. Anybody help me for solving that problem. I only change the size of the datatypes but it doesn,t work properly. Give me the solution. Regards, DD
Please try dropping any object or tables that already have the names 'Albums' and 'Announcements' rcp DiscountASP.NET www.DiscountASP.NET