|
In order to connect to an
This is a complete tutorial
This is a sample code that
Adding a record from a
Acees database with ASP
on adding records to the
combines a Database Paging
database table is a simple
through ODBC using a DSN
database via ASP for
and a Database Search script
task. Fill out the form
file, you'll need to have
beginners. Both Connection
into one. It shows you how
below and click submit. The
full access to the server to
and Recordset Objects
to perform a wilcard search
sql statement will be
create the DSN file,
discussed. Also get an
on a database table and then
generated for you.
something that can be
insight on 'insert' SQL
page through the results.
difficult if your site is
statement.
hosted somewhere. This
lesson will teach you an
alternative connecton
method, a DSN-less
connection. As tests has
shown, an DSN-less
connection to Access gives
you better performance. You
can have up to 20-30
simultaneous users on the db
without problems.
Date: Mar, 12 2000 Date: Mar, 25 2000 Date: Apr, 25 2001 Date: Apr, 15 2002 |
|
ODBC is great and all but for
Displaying specific subsets
This is an example code
This tutorial shows you
speed and reliability you
of data from a database is
showing how to conduct
step-by-step how to
should switch to OLE DB to
easy to accomplish in .asp.
searches on a database to
incorporate MS Access
power your database driven
The following example
display hyperlinked
databases into your web site
apps. This tutorial will
utilizes an Access database
summaries that can be
using ASP.
show you how to do it two
of Mark "The Bird"
clicked on to display detail
ways: in the global.asa and
Fidrych and displays all of
data.
in any ASP page.
his season statistics for
1976 contained in the
database rather than
displaying the entire db.
Date: Feb, 13 2000 Date: Jan, 20 2000 Date: May, 21 2001 Date: Mar, 15 2000 |