|
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 |
|
This code demonstrates how to
You fill in the blanks, and
This article shows how to
Create a connection to DBF
use an MD5 hash to encrypt
you are given the source
insert records to a
files using JetOLEDB
user passwords when storing
code for the form, and a
database, when the number of
provider (DSN-less,
them in a database. There
page to display the
records that need to be
ODBC-less connection), basic
are constantly news items
information in the database.
inserted is unknown. A must
work with DBF files (select,
about companies where user
Also the database is ready
read for ASP/ADO programmers.
insert, update), other ISAM
information is compromised.
to download with all fields
formats + FOXPRO option,
By storing passwords using
in your form.
real sample code, create a
an MD5 hash, even if your
new DBF file.
database is compromised the
passwords cannot be decoded.
The only downside is that
users cannot retrieve lost
passwords, they must reset
them.
Date: Sep, 18 2006 Date: Apr, 15 2002 Date: Dec, 04 2003 Date: Jun, 18 2003 |