Here is a quick sample of
Ever wondered how to create a
MySQL is the most popular
In depth article on showing
searching a DB for certain
table, view or procedure
open source database system
records in a page by page
records. It's really no
with MS Access? This article
available today, and is
fashion with 'first
different then doing any
shows us how to create all
currently installed on over
page','next','back' and
other query except that you
three and work with them
two million servers
'last page' links at the
need to use wildcards. In
from an ASP script.
worldwide. This article
bottom to navigate through
ASP / ADO the wildcard
takes a look at using the
the records. Sample code and
character is %. It works the
free MyODBC driver to talk
database available for
way most of us have come to
to a MySQL database from an
download. Online demo also
expect * to work. Why is it
ASP script.
available.
%? I have no idea, but it
is. An Access 97 version of
the database is available
for download.
Date: Feb, 20 2001 Date: Aug, 27 2003 Date: Jan, 17 2002 Date: Jul, 10 2000 |
This is an overview of SYSTEM
Compact and repair your
This is a quick sample code
The purpose of this article
DSN's, DSN-LESS Connections,
access database online from
which combines a number of
is to show how to get
and any database permissions
ASP code. This is example
database functions into one
records from an html form
that may need to be set on
code of how this can be done.
script. Includes functions
and submit that form to an
the server. Helpful for
to add, delete, and edit
ASP page. This ASP page will
people just learning ASP as
records in a database table.
then use SQL to enter the
well as people with some
It illustrates a number of
records into the database.
experience.
useful techniques for
database manipulation.
Date: Mar, 22 2001 Date: Jan, 23 2002 Date: Jun, 12 2001 Date: Jun, 11 2000 |