Hi
I am learning ASP.NET and want to develop a Forum. I want to know that, how many tables and the fields are required for the database purpose. Please help me out.
Thanks in advance.
Rajeev
I am learning ASP.NET and want to develop a Forum. I want to know that, how many tables and the fields are required for the database purpose. Please help me out.
Thanks in advance.
Rajeev
kare vamPosted Jul 22, 2007, 1:08 AM
can you explain little more on the forum development.
Manaswinee MohapatraPosted Jul 13, 2007, 9:40 AM
1.Category Table - This table keeps the information about the the technologies that are included in the forum.
2.PstedThreads - keeps information about the threads posted.
3.ReplyThreads- keeps information about the replies given.
4.Users Table- keeps the information about the registered users.