When Should I Use the Database Classes?

Many applications require data storage in a database, and many other applications could benefit from using a database. A database gives you a flexible data repository that can be accessed, in many cases, by multiple users and multiple applications. Databases can store large amounts of data and provide fast data access for queries and updates.

See Also

Other Resources

Data Access Frequently Asked Questions