I have built a database using "Web_Wiz_Forums_SQL.sql" and imputing data from access database. However, when
I added forum category and new topics, there are some error messages Like this:
Microsoft OLE DB Provider for SQL Server (0x80040E2F)
无法将 NULL 值插入列 'Moved_ID',表 'wwf.dbo.tblTopic' ;该列不允许空 540;。INSERT 失败。
/wwf/post_message.asp, 第 614 行
I know this is field default value not assigned,I try assign them. but next error message
Came up:
ADODB.Recordset (0x800A0CB3)
当前记录集不支 345;更新。这可能是 提供程序的限制A 292;也可能是选定锁 定类型的限制。
/wwf/post_message.asp, 第 746 行
This is because of SQL string used "order by" and "top 1"
&n