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