Forum System - Where to Store Data?

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Oct 2009
Posts: 5
Reputation: anup.maverick is an unknown quantity at this point 
Solved Threads: 0
anup.maverick anup.maverick is offline Offline
Newbie Poster

Forum System - Where to Store Data?

 
0
  #1
33 Days Ago
HI,

I am creating a Forum System, this is a small system,

I want to know where to store the forum data(Messages posted by users),

Should I store it in SQL database or a Text File.

Please suggest something.


Thanx....
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 1
Reputation: vipin_mishra99 is an unknown quantity at this point 
Solved Threads: 1
vipin_mishra99 vipin_mishra99 is offline Offline
Newbie Poster
 
0
  #2
33 Days Ago
u've 2 use sql to store
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 428
Reputation: Ramesh S will become famous soon enough Ramesh S will become famous soon enough 
Solved Threads: 82
Ramesh S Ramesh S is offline Offline
Posting Pro in Training
 
0
  #3
32 Days Ago
It would be better if you store the forum messages in a database system. So that you can easily store, retrieve the data with better performance.

If you store the forum data in a datbase, you can use the features specific to database systems such as security, indexing, stored precedures, views.

You can use SQL Server 2005/2008 Express Editions, MySQL for this purpose. You can also even use MS-Access which has limited features comparing with SQL Server and MySQL.

If you have a plan to use open source forum software, please check which database are supported by that software.
Last edited by Ramesh S; 32 Days Ago at 1:56 am.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC