The ASP data access component
Create a connection to DBF
The driving force behind
This article describes
is one of the most powerful
files using JetOLEDB
Active Server technologies
practical methods of
features of ASP. With this
provider (DSN-less,
is data access. In order to
optimizing the performance
component you are able to
ODBC-less connection), basic
develop a truly dynamic web
of ASP pages which retrieve
interface your database(s)
work with DBF files (select,
site developers need to
and display tabular data
directly with your
insert, update), other ISAM
allow users to access data
from a database. Test
webserver. Database access
formats + FOXPRO option,
on demand. Luckily, with
results of each coding
in ASP is, or can be, very
real sample code, create a
Microsoft's Active Server
technique show the potential
complex. This online
new DBF file.
Pages, this is exceedingly
for dramatic speedups of
tutorial focuses on just a
easy to do. This article for
dynamic web pages.
few objects to help you get
ASP beginners details how to
started with the basics and
connect to a SQL Server 7.0
you can then move forward
database using ActiveX Data
from there.
Object (ADO) and Open
Database Connectivity (ODBC).
Date: Dec, 11 1999 Date: Jun, 18 2003 Date: Oct, 30 2000 Date: Oct, 20 2006 |
This tutorial helps you to
To database or not to
This is an article on
This sample ASP Web database
understand: Connecting ASP
database? Test of consumed
executing all or none
can give you ideas about
Pages to MS Access Databases
resources (processor,
database queries using
tying everything together
Persisting Data to MS
memory) and results with
ASP-Database transactions.
and can even be used as a
Access Databases Protecting
file upload to database or
Must read for ASP-Database
starting point for a Web
Data in SQL Statements
file system. Test of JetOLEB
developers. Sample Database
project.
connection to MDB, test of
and Code available for
MSSQL 2000 and AppendChunk
download.
method and UPDATE text SQL
command.
Date: Sep, 06 2006 Date: May, 06 2002 Date: Aug, 28 2000 Date: Apr, 16 2005 |