Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

database vs. textfile 1

Status
Not open for further replies.

TempestT37

Programmer
May 19, 2003
15
0
0
US
Can someone describe the pros and cons of using a database vs. textfile.txt for storing small bits of information like Newsletters, phone numbers, guestbook entries or page counters? Which is faster? Which one requires less server resource?

TIA
Michael
 
A database would be more efficient and versatile. For example what if you want to use more than one table? Or a step up from that what if you want to use data combined from more than one table? Databases are designed to store and retrieve data quickly and one can even index certain important fields to make things even faster.

Best regards,
J. Paul Schmidt
- Freelance ASP Web Developer
- ASP Design Tips
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top