subject: Ms Access And Asp Are Good Combination For Global It User [print this page] There is simple method of uploading web pages was sufficient for environments where we want a print of a database such as a monthly report or where the data rarely changes. But, in many database environments the data changes daily basis or every movement need to update their database especially using Microsoft Access database, like airlines ticket selling organization where every second of movement database should be updated. That why web user needs up-to-date information for every days in their busy schedules. We can congregate these requirements by utilizing Microsoft's Active Server Pages as front end to make a database driven web applications that means dynamic server-generated HTML page that links to our access development database. When a user requests information from an ASP page, the web server reads the instructions available within the Active Server Page; M.S. accesses the underlying database accordingly, and then creates an HTML page that contains the requested information and response to the user. But one of the restrictions of dynamic web pages is that it can not be generated to distribute reports. They can only be used to display tables, queries and forms.
Others Advantages of ASP:
When a browser requests an Active Server Page the web server read any ASP contained within the web page before sending the HTML produced to the browser. In this way, the entire ASP is only run on the web server and no ASP will ever be passed back to the web browser.
Active Server Pages is a server-side scripting language developed by Microsoft Corporation. Using ASP, we can make and run database driven web applications or interactive web server applications. With ASP, we can combine HTML pages, script commands, and COM components to create interactive Web pages or powerful Web-based applications, which are easy to develop and modify.
The ASP page must be requested through a web server that supports ASP, this is why ASP stands for Active Server Pages, no server, no active pages. ASP page cannot run by simply opening it in a web browser.
The default scripting language used for writing ASP is VBScript although we can use JavaScript. All ASP pages will be executed at the server.
by: Richard Rabins
welcome to Insurances.net (https://www.insurances.net)