Categories
Search → active server objects

ASP Application Object

The Application object is used to control and manage all items that are available to all users of an Active Server application. The Application items can be variables needed for all users in the application, or they can be instantiated objects that p...
DETAILS

How to connect to database using a connection string

The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this t...
DETAILS

NetStreams

Network communication ActiveX library based on WinSock 1.1, designed to work with newObjects ActiveX Pack1 to provide file-like techniques for network operations. Can be used in scripting and other environments to construct client and server applicat...
DETAILS

ActiveX UserManager

Contains simple objects for creating, deleting, managing and enumerating user accounts, groups, servers and domains. You can change any of the user or group properties. Works with VB/VBA (excel, word), IE, ASP, JS, VBS and T-SQL.
DETAILS

Introduction to global.asa

A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. An active servers counter is used as an example.
DETAILS
©2003-2019 jCay.com