Saturday, March 14, 2009

Applications of databases

Databases are used in many applications, spanning virtually the entire range of computer software. Databases are the preferred method of storage for large multiuser applications, where coordination between many users is needed. Even individual users find them convenient, and many electronic mail programs and personal organizers are based on standard database technology. Software database drivers are available for most database platforms so that application software can use a commonApplication Programming Interface to retrieve the information stored in a database. Two commonly used database APIs are JDBC and ODBC.

No comments:

Post a Comment