|
This tutorial shows you
This page demonstrates the
This little wizard will help
This article will help you to
step-by-step how to
capabilities how to display
you count records and
create a System Data Source
incorporate MS Access
a table from a SQL
display the total. Simply
Name (DSN) for Microsoft SQL
databases into your web site
statement. It illustrates
fill in the form, and it
Server on your local
using ASP.
not only how to display the
will generate the code for
machine. After a System DSN
table, but also how to
you.
has been created you can use
detect that no records
were
it within any ASP page
returned from a query, and
located on the same computer.
how to detect null and blank
values in the data.
Date: Mar, 15 2000 Date: Oct, 02 2000 Date: Apr, 15 2002 Date: Jan, 21 2000 |
|
You fill in the blanks, and
This code demonstrates how to
This article shows how to
A step by step tutorial on
you are given the source
use an MD5 hash to encrypt
insert records to a
caching data in memory. This
code for the form, and a
user passwords when storing
database, when the number of
tutorial goes one step
page to display the
them in a database. There
records that need to be
further from simply caching
information in the database.
are constantly news items
inserted is unknown. A must
data in memory to allow you
Also the database is ready
about companies where user
read for ASP/ADO programmers.
to set a time limit in
to download with all fields
information is compromised.
seconds after which it
in your form.
By storing passwords using
refreshes the data in
an MD5 hash, even if your
memory. Extremely useful
database is compromised the
technique. Online demo
passwords cannot be decoded.
available.
The only downside is that
users cannot retrieve lost
passwords, they must reset
them.
Date: Apr, 15 2002 Date: Sep, 18 2006 Date: Dec, 04 2003 Date: Aug, 08 2001 |