The power of Active Server
You can connect to an Access
This article will help you to
Sometimes, we would have
Pages comes through when we
database within an ASP page
create a System Data Source
chance to convert our
tie databases to our web
with different methods. This
Name (DSN) for Microsoft SQL
existing database or create
sites. To connect to a
article will help you to
Server on your local
a new database. Some
database, ASP uses what is
create a System Data Source
machine. After a System DSN
decisions IT professionals
called ActiveX Data Objects,
Name (DSN) for an Access
has been created you can use
need to make are scary, and
or ADO for short. ADO comes
database on your local
it within any ASP page
choosing database software
with ASP, and can be used
machine.
located on the same computer.
is one of them. This
easily from your ASP pages.
overview aims to describe
In this tutorial we will
how to set database
show you how to connect to
connections with some common
Access database and retrieve
database software (Oracle,
all the records from the
MySQL, MS Access,MS SQL
table.
Server).
Date: Sep, 25 2006 Date: Jun, 14 2000 Date: Jan, 21 2000 Date: Sep, 01 2003 |
If you are developing a
This is a comprehensive
This short tutorial
This article provides sample
password-protected web site,
tutorial on how to
demonstrates how to insert
source code for a user query
you have to make a decision
incorporate SQL server
data into a SQL database
parser which allows users to
about how to store user
7.0/2000 databases into your
using SQL statements.
submit full-text search
password information
ASP pages. Topics include:
queries from ASP to SQL
securely. This article will
Installation steps, Creating
Server 2000. Full source
show you how to encrypt user
SQL Server 7.0/2000
code available for download.
passwords with md5 algorithm
Databases, Creating SQL
and how to start using
Server 7.0/2000 Tables,
encrypted passwords if you
Creating SQL Server 7.0/2000
already have users' database
Logins, Setting SQL Server
ready.
7.0/2000 Permissions,
Increasing SQL Server
7.0/2000 Performance with
Indexes, and Distributed SQL
Server 7.0/2000 Transactions
& Queries.
Date: Sep, 07 2006 Date: Jan, 08 2001 Date: Oct, 13 2000 Date: Apr, 24 2001 |