/**

popular collection of scripts for all

*/
/** Search */

Database-related

 }

Display Table Script Writer

Hits: 817
*****
3.0

DSN-less MS Access connection

Hits: 811
*****
0.0

Adding Records to the Database

Hits: 808
*****
0.0

Database Paged Search

Hits: 796
*****
0.0
This is a Web-based script
In order to connect to an
This is a complete tutorial
This is a sample code that
writer that generates an ASP
Acees database with ASP
on adding records to the
combines a Database Paging
code for displaying an
through ODBC using a DSN
database via ASP for
and a Database Search script
Access or SQL Server
file, you'll need to have
beginners. Both Connection
into one. It shows you how
database using
full access to the server to
and Recordset Objects
to perform a wilcard search
user-submitted variable
create the DSN file,
discussed. Also get an
on a database table and then
names and the name of the
something that can be
insight on 'insert' SQL
page through the results.
table. Copy the output code
difficult if your site is
statement.
 
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, 12 2000


Date: Mar, 25 2000


Date: Apr, 25 2001
This code demonstrates how to
Adding a record from a
Create a connection to DBF
This is an example code
use an MD5 hash to encrypt
database table is a simple
files using JetOLEDB
showing how to conduct
user passwords when storing
task. Fill out the form
provider (DSN-less,
searches on a database to
them in a database. There
below and click submit. The
ODBC-less connection), basic
display hyperlinked
are constantly news items
sql statement will be
work with DBF files (select,
summaries that can be
about companies where user
generated for you.
insert, update), other ISAM
clicked on to display detail
information is compromised.
 
formats + FOXPRO option,
data.
By storing passwords using
 
real sample code, create a
 
an MD5 hash, even if your
 
new DBF file.
 
database is compromised the
 
 
 
passwords cannot be decoded.
 
 
 
The only downside is that
 
 
 
users cannot retrieve lost
 
 
 
passwords, they must reset
 
 
 
them.
 
 
 


Date: Sep, 18 2006


Date: Apr, 15 2002


Date: Jun, 18 2003


Date: May, 21 2001
{ Copyright } ©2019 NuclearScripts.com