Purpose
It is suitable for various precise queries such as grades, wages, property utility bills, etc. that require infrequent modifications and low confidentiality.
1. Score query system, which can be used by every school, educational institution, public institution examination, etc.
2. Salary inquiry system, which can be used by every school, educational institution, public institution examination, etc.
3. Property fee query system, every enterprise, school, and all units may use it
4. Utility bill inquiry system, community, property company, university dormitory, etc.
5. Other query systems with few modifications, such as class placement query, admission query, examination room query, certificate query, etc.
Features and advantages
1. Flexible and versatile
Even though the source code is extremely small, it can be quickly used for various two-dimensional table queries.
Commonly used for score inquiry, utility and property fee inquiry, admission, class placement, dormitory assignment, examination room allocation inquiry, etc.
2. Small and easy to expand
Easy for programmers to quickly master; greatly improves development speed and reduces secondary development costs.
3. Safety tips
Pay attention to adding security filtering source code yourself.
4. Easy to use
No installation (initialization) required, just put it in the root directory or any directory and use it directly.
5. Low consumption network
Nowadays, most pages have a single js file of several hundred KB, and the size becomes even larger when pictures are included.
A web page often exceeds 1MB. This query page is only about 30KB per page.
This means that with the same bandwidth resources, network concurrency can be increased dozens of times.
Therefore: while saving a lot of network costs, the concurrency of queries is greatly increased.
6. Low consumption reading and writing
This query almost only reads and does not write; the small web page will also save a lot of resources in reading JS and images.
Usage suggestions
It can be used directly by uploading it to the asp+access space through FTP. It is recommended to upload it directly for query testing first.
Front desk access: http://website/directory/ (upload and use directly)
Then open inc/conn.asp in Notepad to view the corresponding relationship between parameters and web pages.
Suitable for: users who are accustomed to using access databases.