|
If you are developing a
The power of Active Server
We can count records in a
In this example, we will add
password-protected web site,
Pages comes through when we
table with these a few lines
some records to a database.
you have to make a decision
tie databases to our web
of codes. First we must send
This source code helps us to
about how to store user
sites. To connect to a
an SQL statement to database
adding records to database
password information
database, ASP uses what is
engine. Count of records
without slowing down
securely. This article will
called ActiveX Data Objects,
will be first value of
database.
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 |