This sample ASP Web database
Have this short program
Basically, I had the problem
This article shows how to
can give you ideas about
around so that you can
of needing a marquee to
publish and distribute
tying everything together
quickly see what columns and
scroll important updates but
Microsoft Access reports on
and can even be used as a
what data are in your
everyone who needed to
the web using ASP.
starting point for a Web
database. Here you will see
update it was not HTML
project.
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: Apr, 16 2005 Date: Sep, 11 2000 Date: Jan, 06 2003 Date: Apr, 10 2001 |
This short tutorial explains
Paging is basically querying
This is a comprehensive
In this first article of the
how to to upload a text file
a database and presenting a
tutorial on how to
ASPHoleTools series, you
and load it into your
page full of the query's
incorporate SQL server
will be shown the basics for
database using ASP. It uses
results. In ASP and SQL
7.0/2000 databases into your
data access. Covers how to
a sample of the
Server programming, there
ASP pages. Topics include:
create the basic include
space-delimited file for an
are three approaches to
Installation steps, Creating
file for database access,
example.
paging. This article
SQL Server 7.0/2000
and testing that data access
compares the approaches and
Databases, Creating SQL
was installed properly on
explains which one is the
Server 7.0/2000 Tables,
your machine.
most efficient when dealing
Creating SQL Server 7.0/2000
with very large sets of data.
Logins, Setting SQL Server
7.0/2000 Permissions,
Increasing SQL Server
7.0/2000 Performance with
Indexes, and Distributed SQL
Server 7.0/2000 Transactions
& Queries.
Date: Jul, 11 2000 Date: Mar, 08 2001 Date: Jan, 08 2001 Date: Dec, 21 2000 |