|
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 |
|
There are a few different
This is an example code
ODBC is great and all but for
Displaying specific subsets
ways to connect to an Access
showing how to conduct
speed and reliability you
of data from a database is
database using a DSN-LESS
searches on a database to
should switch to OLE DB to
easy to accomplish in .asp.
connection. You can use the
display hyperlinked
power your database driven
The following example
Access driver, an OLEDB
summaries that can be
apps. This tutorial will
utilizes an Access database
provider connection, a
clicked on to display detail
show you how to do it two
of Mark "The Bird"
physical path or a virtual
data.
ways: in the global.asa and
Fidrych and displays all of
path. Here is an example of
in any ASP page.
his season statistics for
each as well as a DSN-LESS
1976 contained in the
SQL Server connection.
database rather than
displaying the entire db.
Date: Aug, 05 2002 Date: May, 21 2001 Date: Feb, 13 2000 Date: Jan, 20 2000 |