|
ODBC is great and all but for
This article will help you to
This code demonstrates how to
Step-by-step tutorial on how
speed and reliability you
create a System Data Source
use an MD5 hash to encrypt
to upload files (images,
should switch to OLE DB to
Name (DSN) for Microsoft SQL
user passwords when storing
text, other documents, etc)
power your database driven
Server on your local
them in a database. There
using plain ASP pages to the
apps. This tutorial will
machine. After a System DSN
are constantly news items
database. Every step has
show you how to do it two
has been created you can use
about companies where user
been explained in detail.
ways: in the global.asa and
it within any ASP page
information is compromised.
Downloadable source code
in any ASP page.
located on the same computer.
By storing passwords using
available.
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: Feb, 13 2000 Date: Jan, 21 2000 Date: Sep, 18 2006 Date: Jun, 17 2002 |
|
You fill in the blanks, and
The part one of this two-part
Compact and repair your
This article describes how to
you are given the source
article shows how to create
access database online from
use the refresh method of
code for the form, and a
an ASP class that allows us
ASP code. This is example
the ADO Parameters
page to display the
to work with our databases
code of how this can be done.
collection to interrogate a
information in the database.
through a web browser. It
stored procedure. It shows
Also the database is ready
will allow us to update and
how to create the code in an
to download with all fields
delete records dynamically
automated fashion for use in
in your form.
using JavaScript and
VBScript connecting to MS
XMLHTTP, without ever having
SQL Server 7.
to refresh the page.
Date: Apr, 15 2002 Date: Feb, 06 2002 Date: Jan, 23 2002 Date: Jul, 19 2001 |