WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

How to Create a SQL Commenting System? [SOLVED]

carteldabs

New member

0

0%

Status

Offline

Posts

35

Likes

0

Rep

0

Bits

185

3

Months of Service

0%
I have a table where comments are stored, and my question is about the logic of sub-comments. For example, if someone wants to reply to a comment with ID 5, would it be possible for me to have a sub-comment logic by writing "5" in the replyID field and checking it through a query? Do you think it would work in the sub-comment logic? Like "WHERE replyID = ID" ... Sometimes, my issues stem not from the query itself but from my lack of knowledge in using the tools as I am still new to ASP.net. If the logic is sound, I will attempt to implement it in different ways until it works.
 

249

6,622

6,642

Top