Complete tutorial on editing
This code demonstrates how to
In this example, we will
In this example, we will add
and updating records in the
use an MD5 hash to encrypt
delete some records from a
some records to a database.
database. Each and every
user passwords when storing
database. This source code
This source code helps us to
step explained in detail for
them in a database. There
helps us to deleting records
adding records to database
ASP beginners. Both
are constantly news items
to database without slowing
without slowing down
Connection and Recordset
about companies where user
down database.
database.
Objects discussed.
information is compromised.
By storing passwords using
an MD5 hash, even if your
database is compromised the
passwords cannot be decoded.
The only downside is that
users cannot retrieve lost
passwords, they must reset
them.
Date: Mar, 27 2000 Date: Sep, 18 2006 Date: Dec, 18 2003 Date: Dec, 18 2003 |
In this example, we will edit
It is very common operation
A step by step tutorial on
Many a time, you are
some records from a
to request one field of
caching data in memory. This
confronted with creating a
database. This source code
information via a database
tutorial goes one step
system DSN for use with ASP.
helps us to edit records to
query. This is called a
further from simply caching
If you have an ISP account,
database without slowing
singleton query. ADO.Net has
data in memory to allow you
this might take time and
down database
specific functions for
to set a time limit in
more than sometimes - money.
singleton queries, but not
seconds after which it
This article describes how
ADO (ActiveX Data Objects).
refreshes the data in
to use File DSNs and save
This article describes how
memory. Extremely useful
time and money. Also, you
to use an ADO command object
technique. Online demo
can reuse these DSNs and
to perform faster singleton
available.
thus, with some
queries.
modifications, use the same
DSN for as many database
connections.
Date: Dec, 18 2003 Date: Oct, 20 2006 Date: Aug, 08 2001 Date: Jan, 25 2000 |