|
A discussion of how to use
This page demonstrates the
This hands-on tutorial
In this first article of the
null values effectively in
capabilities how to display
explains how to develop a
ASPHoleTools series, you
your database tables.
a table from a SQL
simple SQL-driven web site
will be shown the basics for
Includes a discussion of the
statement. It illustrates
in just minutes. Topics
data access. Covers how to
logic behind nulls and some
not only how to display the
include: Our Database
create the basic include
practical programming
table, but also how to
Design, Creating a Data
file for database access,
techniques.
detect that no records
were
Source, Inserting A Tip Into
and testing that data access
returned from a query, and
Our Database, Displaying and
was installed properly on
how to detect null and blank
Deleting Tips, Searching the
your machine.
values in the data.
Database, and Displaying the
Tips.
Date: May, 01 2001 Date: Oct, 02 2000 Date: Aug, 30 2000 Date: Dec, 21 2000 |
|
Have this short program
Learn how to get a stored
Learn how to search a
Basically, I had the problem
around so that you can
image from a database and
database with keywords.
of needing a marquee to
quickly see what columns and
display it on a page.
scroll important updates but
what data are in your
everyone who needed to
database. Here you will see
update it was not HTML
some of the common methods
savvy. So I made it form
and properties used to limit
based. And the coolest part
the results from your SQL
about it is, you can control
query. Using a simple form
the background color, and
that takes a table name and
the text color. That is good
a submit button, and you can
when you want different
easily display increments of
color combinations to have
the table data. Full source
communicate different
code available.
things. Like, black
background and red text
could mean urgent and blue
background* and yellow text
could be Happy Birthday!
Date: Sep, 11 2000 Date: Jan, 03 2006 Date: Apr, 20 2005 Date: Jan, 06 2003 |