To insert the topic info into the table we call the following the message_posttopic stored procedure, which is defined below:
CREATE PROCEDURE message_posttopic @sectionID INT,@userID INT,@addusertopic BIT,@subject VARCHAR(100),@body TEXT,@topicID INT OUTPUT AS
SET TRANSACTION ISOLATION LEVEL...