/**

popular collection of scripts for all

*/
/** Search */

Database-related

 }

ASP Speed Tricks

Hits: 1022
*****
5.0
You can use transactions in
This article describes
It is very common operation
The power of Active Server
ASP as a kind of insurance
practical methods of
to request one field of
Pages comes through when we
policy for your database
optimizing the performance
information via a database
tie databases to our web
activities, making them
of ASP pages which retrieve
query. This is called a
sites. To connect to a
safer and providing better
and display tabular data
singleton query. ADO.Net has
database, ASP uses what is
error recovery. Transactions
from a database. Test
specific functions for
called ActiveX Data Objects,
are most useful when doing
results of each coding
singleton queries, but not
or ADO for short. ADO comes
multiple actions on multiple
technique show the potential
ADO (ActiveX Data Objects).
with ASP, and can be used
tables. The example below
for dramatic speedups of
This article describes how
easily from your ASP pages.
shows just how easy it is to
dynamic web pages.
to use an ADO command object
In this tutorial we will
use transactions from ASP,
 
to perform faster singleton
show you how to connect to
inserting a record into a
 
queries.
Access database and retrieve
table and doing a
 
 
all the records from the
"rollback" if
 
 
table.
there's a problem.
 
 
 


Date: Jan, 08 2007


Date: Oct, 20 2006


Date: Oct, 20 2006


Date: Sep, 25 2006
This code demonstrates how to
If you are developing a
Sometimes we worry about
This tutorial helps you to
use an MD5 hash to encrypt
password-protected web site,
limits of database table and
understand: Connecting ASP
user passwords when storing
you have to make a decision
we need to know how manay
Pages to MS Access Databases
them in a database. There
about how to store user
recods we have. In ASP we
Persisting Data to MS
are constantly news items
password information
could count all recods using
Access Databases Protecting
about companies where user
securely. This article will
a loop. But if we have a
Data in SQL Statements
information is compromised.
show you how to encrypt user
small piece of knowledge
 
By storing passwords using
passwords with md5 algorithm
about SQL script, our
 
an MD5 hash, even if your
and how to start using
script works better and
 
database is compromised the
encrypted passwords if you
faster.
 
passwords cannot be decoded.
already have users' database
 
 
The only downside is that
ready.
 
 
users cannot retrieve lost
 
 
 
passwords, they must reset
 
 
 
them.
 
 
 


Date: Sep, 18 2006


Date: Sep, 07 2006


Date: Sep, 06 2006


Date: Sep, 06 2006
{ Copyright } ©2019 NuclearScripts.com