/**

popular collection of scripts for all

*/
/** Search */

Database-related

 }

DSN-less MS Access connection

Hits: 890
*****
0.0

Adding Records to the Database

Hits: 885
*****
0.0

Database Paged Search

Hits: 874
*****
0.0

Easy way to add a record

Hits: 868
*****
0.0
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
Displaying specific subsets
ODBC is great and all but for
ways to connect to an Access
showing how to conduct
of data from a database is
speed and reliability you
database using a DSN-LESS
searches on a database to
easy to accomplish in .asp.
should switch to OLE DB to
connection. You can use the
display hyperlinked
The following example
power your database driven
Access driver, an OLEDB
summaries that can be
utilizes an Access database
apps. This tutorial will
provider connection, a
clicked on to display detail
of Mark "The Bird"
show you how to do it two
physical path or a virtual
data.
Fidrych and displays all of
ways: in the global.asa and
path. Here is an example of
 
his season statistics for
in any ASP page.
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: Jan, 20 2000


Date: Feb, 13 2000
{ Copyright } ©2019 NuclearScripts.com