|
Back
ASP or Active Server Pages is a clever technology, that gives lots of freedom to the programmer.
It also sits on the wrong side of the server firewall and requires very careful (and expensive!) programming.
Daisy Relational Web Reports can't do everything that ASP can do, but what they do they do very safely and quickly!
- The users have no chance of changing the database as they are working on a series of HTML Pages.
- This makes the users much more confident.
- Speed is much faster, as the page has already been created. It just has to be fetched from the server.
- There is no chance of a complicated system error, which can cause irritation amongst even experienced users.
- If you want to log in to the reports from an Internet Cafe in Quito or Helsinki, there is no problem. So long as you remember any required passwords!
- But the biggest advantage is that if you are updating and maintaining a high-access public site, which shows say flight delays, the server can be kept much simpler and more modest to handle the maximum number of hits.
Data and system integrity is always maintained!
|