
October 19th, 2004, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 874
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Using SQLite for Simple Database Storage
Web applications frequently need a persistent data store, and a database is often the most appropriate choice. Although some users have succeeded in using a file-based database engine such as Access, getting full SQL compliance usually involves a database engine. For a large number of applications, this adds unnecessary complexity. SQLite is a good compromise between simplicity and full SQL compliance.
Read the full article here: Using SQLite for Simple Database Storage
For more discussion go here: Blog Article Discussion
|