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