This website discusses Access Data Manipulation, Access Power Features, Advanced Table Queries, and Building an Access Database.
| Access Data Manipulation |
| Access Form Controls | |||
| Access Power User Features |
| Database Relationships - Quiz | Many to many Relationship | ||
| Advanced Tables Queries |
| Input Masks - Exercise | Filtering Multiple Criteria - Quiz | ||
| Building Access Database |
| Database Concepts - Quiz | |||
A web application is an application that is accessed over a network such as the Internet or an intranet.
A database web application is an application that is accessed through the internet and queries data from a relational database such as MySQL.
The term may also mean a computer software application that is hosted in a browser-controlled environment such as a Java applet.
Typical database web applications make use of PHP, JavaScript, and MySQL. In this architecture, PHP is used for the business logic, Javascript is used for the front end processing, and MYSQL is used for the data store.
Web applications are popular since web browsers exist on all modern computers. The convenience of using a web browser as a client, sometimes called a thin client, allows for the easy access of the dbwebapplication.
The ability to update and maintain web applications without distributing and installing software on potentially thousands of client computers is a key reason for the popularity of dbwebapplications.
Common dbweb applications include webmail, online retail sales, online auctions, wikis, and social networking sites.
A database web application is an application that is accessed through the internet and queries data from a relational database such as MySQL.
The term may also mean a computer software application that is hosted in a browser-controlled environment such as a Java applet.
Typical database web applications make use of PHP, JavaScript, and MySQL. In this architecture, PHP is used for the business logic, Javascript is used for the front end processing, and MYSQL is used for the data store.
Web applications are popular since web browsers exist on all modern computers. The convenience of using a web browser as a client, sometimes called a thin client, allows for the easy access of the dbwebapplication.
The ability to update and maintain web applications without distributing and installing software on potentially thousands of client computers is a key reason for the popularity of dbwebapplications.
Common dbweb applications include webmail, online retail sales, online auctions, wikis, and social networking sites.