Allowing multiple choices of
You can connect to an Access
This article by James Shaw
This article shows how to
data observations enables
database within an ASP page
demonstrates how to
generate random records from
people to customize views of
with different methods. This
dynamically add properties
the database. Also explains
your data and adds value to
article will help you to
to an object (expando
how to generate random
your applications. This
create a System Data Source
properties) - by
numbers. Sample Database and
example utilizes our db on
Name (DSN) for an Access
implementing a function to
Code available for download.
the career statistics of
database on your local
create named recordsets.
Hammerin’ Hank Greenberg.
machine.
The years he played are
available to select from in
a dropdown menu. When
multiple years are selected
they are passed comma
delimited. Utilizing the
where in statement in our
sql the comma delimited
selections are appended to
our sql statement to display
only those years selected.
Date: Oct, 04 2000 Date: Jun, 14 2000 Date: Dec, 16 2000 Date: Aug, 30 2000 |
Step-by-step tutorial on how
It is an often problem with
In depth article on showing
Article describes what is
to display uploaded binary
database intergration when
records in a page by page
SQL? what it is used for?
files from the database
you use a reserved word.
fashion with 'first
how to SELECT, INSERT,
using plain ASP pages. Every
Often asked why a script
page','next','back' and
UPDATE and DELETE records
step has been explained in
does not work and it quite
'last page' links at the
from the database? and more.
detail. Downloadable source
often comes down the the
bottom to navigate through
code available.
author setting a field name
the records. Sample code and
as a reserved word,
database available for
confusing SQL and making
download. Online demo also
debugging hard. To solve
available.
this problem here is a quick
list of the SQL Reserved
Words.
Date: Jun, 17 2002 Date: Aug, 28 2003 Date: Jul, 10 2000 Date: Mar, 13 2002 |