Ever wondered how to create a
MySQL is the most popular
Here is a quick sample of
This is an overview of SYSTEM
table, view or procedure
open source database system
searching a DB for certain
DSN's, DSN-LESS Connections,
with MS Access? This article
available today, and is
records. It's really no
and any database permissions
shows us how to create all
currently installed on over
different then doing any
that may need to be set on
three and work with them
two million servers
other query except that you
the server. Helpful for
from an ASP script.
worldwide. This article
need to use wildcards. In
people just learning ASP as
takes a look at using the
ASP / ADO the wildcard
well as people with some
free MyODBC driver to talk
character is %. It works the
experience.
to a MySQL database from an
way most of us have come to
ASP script.
expect * to work. Why is it
%? I have no idea, but it
is. An Access 97 version of
the database is available
for download.
Date: Aug, 27 2003 Date: Jan, 17 2002 Date: Feb, 20 2001 Date: Mar, 22 2001 |
Compact and repair your
In depth article on showing
The purpose of this article
Storing frequently used
access database online from
records in a page by page
is to show how to get
lookup data in a database is
ASP code. This is example
fashion with 'first
records from an html form
a great idea (e.g. order
code of how this can be done.
page','next','back' and
and submit that form to an
status codes, state names,
'last page' links at the
ASP page. This ASP page will
etc.) that saves tremendous
bottom to navigate through
then use SQL to enter the
amounts of time in design
the records. Sample code and
records into the database.
and maintenance. However,
database available for
retrieving that data from
download. Online demo also
the database every time it
available.
is needed is very
inefficient. This article
describes how to use
Application variables to
cache frequently used lookup
data in memory to achieve
lightning fast access times.
Date: Jan, 23 2002 Date: Jul, 10 2000 Date: Jun, 11 2000 Date: Jun, 28 2000 |