Hits Today: 1 Total: 2119 | Updated: 4/1/2002 | |
 | Il mondo delle pagine ASP. Ecco la guida ad un altro degli oggetti Built-in di ASP: l'oggetto Application. Spiegazione completa di cos'è e come si usa. Author: gendea a Code: ASP 1.0 & VBScript |
Hits Today: 1 Total: 10575 | Updated: 11/8/1999 | |
 | Have you ever wondered how to list all of your Session and Application variables? This article shows how to do it. Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 5168 | Updated: 9/3/2000 | |
 | One of the problems with Application variables is that they are lost each time the Web server is shut down or restarted. It would be nice to be able to persist Application variables across Web server restarts. This article shows how this can be done. Author: Daniel Cooper Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 3475 | Updated: 2/18/2001 | |
 | There are a number of methods you can choose to use when it comes to caching data... there are third-party components avaiable, for example. In my opinion, using the Application object is the simplest and makes the most sense. Author: Scott Mitchell Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3892 | Updated: 3/29/2004 | |
 | Application Object contains all of the items that have been added to the Application through script commands. Contains all of the objects added to the session with the <OBJECT> tag.
Author: asp101.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 7752 | Updated: 3/2/2000 | |
 | A handy one page summary sheet of every property and method in the Application Object. Includes coverage of the contents, static objects, lock, _onStart event and _onEnd event. Author: Brad Hess Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 8021 | Updated: 11/7/2000 | |
 | Using the very efficient Application object to save thousands of unnecessary database queries, and a fun little 'You are 1 of XXX Active Users' counter too! Author: James Shaw Code: ASP 2.0 & JScript | |  | |
Hits Today: 1 Total: 3326 | Updated: 1/26/2003 | |
 | As you probably know by now, I administer my database online using these pages, but after new data has been added to the relevant table it won't automatically show up on the site because the data is served from Application variables-a cache effectively... Author: coveryourasp Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 623 | Updated: 4/26/2006 | |
 | Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how to use the Application object to store cached data. Author: Kevin Long Code: ASP 3.0 & VBScript |
|