|
Connection strings are string
The Application object is
Here you will find a
The Request object retrieves
variables which contain
used to control and manage
reference for the 6 ASP
the values that the client
database connection
all items that are available
objects, indexed at the top
browser passed to the server
information and then passed
to all users of an Active
of the page. Quite helpful
during an HTTP request. It
to ADO which will interpret
Server application. The
for ASP development.
is used to get information
them and act accordingly.
Application items can be
from the user. Using this
Since there are going to be
variables needed for all
object, you can dynamically
passed to ADO, they need to
users in the application, or
create web pages and perform
be in a comprehensible for
they can be instantiated
various server-side actions
ADO format. This tutorial
objects that provide special
based on input from the
was created as an easy
server-side functionality.
user. In this tutorial the
reference of various ADO and
In this tutorial the syntax,
syntax, collections,
ADO.NET connection strings
collections, methods and
properties and methods of
for the most popular
events of the ASP
the ASP Request object are
database types.
Application object are
described.
described.
Date: Nov, 29 2006 Date: Dec, 13 2006 Date: Mar, 12 2001 Date: Dec, 13 2006 |
|
The Response object is used
The Server object provides
The Session object stores
This is an informative 323
to send output to the client
access to properties and
information needed for a
page reference source that
from the web server. In this
methods on the server. Much
particular user's session on
documents all of the
tutorial the syntax,
of functionality it provides
the web server. It is
properties, collections,
collections, properties and
is simply functionality the
automatically created every
methods, and events for the
methods of the ASP Response
web server itself uses in
time when an ASP page from
nine ADO (ActiveX Data
object are described.
the normal processing of
the web site or web
Objects) objects and the
client requests and server
application is requested by
three RDS (Remote Data
responses. In this tutorial
a user who does not already
Services) objects.
the syntax, properties and
have a session, and it
methods of the ASP Server
remains available until the
object are described.
session expires. In this
tutorial the syntax,
collections, properties,
methods and events of the
ASP Session object are
described.
Date: Dec, 13 2006 Date: Dec, 26 2006 Date: Dec, 26 2006 Date: Jan, 22 2002 |