If you are developing a
The power of Active Server
In this example, we will add
We can count records in a
password-protected web site,
Pages comes through when we
some records to a database.
table with these a few lines
you have to make a decision
tie databases to our web
This source code helps us to
of codes. First we must send
about how to store user
sites. To connect to a
adding records to database
an SQL statement to database
password information
database, ASP uses what is
without slowing down
engine. Count of records
securely. This article will
called ActiveX Data Objects,
database.
will be first value of
show you how to encrypt user
or ADO for short. ADO comes
resultset.
passwords with md5 algorithm
with ASP, and can be used
and how to start using
easily from your ASP pages.
encrypted passwords if you
In this tutorial we will
already have users' database
show you how to connect to
ready.
Access database and retrieve
all the records from the
table.
Date: Sep, 07 2006 Date: Sep, 25 2006 Date: Dec, 18 2003 Date: Dec, 18 2003 |
Learn how to create
In this example, we will
Following example, extracts
This article describes
dynamically dependent
delete some records from a
all of the records in a
practical methods of
dropdown lists with. There's
database. This source code
database table and stores
optimizing the performance
an online demo and source
helps us to deleting records
into a 2-dimensional array.
of ASP pages which retrieve
code provided.
to database without slowing
This gives you an advantages
and display tabular data
down database.
to modify and work on data.
from a database. Test
results of each coding
technique show the potential
for dramatic speedups of
dynamic web pages.
Date: Jul, 21 2006 Date: Dec, 18 2003 Date: Apr, 10 2004 Date: Oct, 20 2006 |