/**

popular collection of scripts for all

*/
/** Search */

Database-related

 }

Display Table Script Writer

Hits: 816
*****
3.0

DSN-less MS Access connection

Hits: 809
*****
0.0

Adding Records to the Database

Hits: 807
*****
0.0
This is a Web-based script
In order to connect to an
This is a complete tutorial
This code demonstrates how to
writer that generates an ASP
Acees database with ASP
on adding records to the
use an MD5 hash to encrypt
code for displaying an
through ODBC using a DSN
database via ASP for
user passwords when storing
Access or SQL Server
file, you'll need to have
beginners. Both Connection
them in a database. There
database using
full access to the server to
and Recordset Objects
are constantly news items
user-submitted variable
create the DSN file,
discussed. Also get an
about companies where user
names and the name of the
something that can be
insight on 'insert' SQL
information is compromised.
table. Copy the output code
difficult if your site is
statement.
By storing passwords using
into an asp document on your
hosted somewhere. This
 
an MD5 hash, even if your
web server and your db is
lesson will teach you an
 
database is compromised the
ready to be displayed on the
alternative connecton
 
passwords cannot be decoded.
web. The DSN connection
method, a DSN-less
 
The only downside is that
requires that you register
connection. As tests has
 
users cannot retrieve lost
the DSN for the db prior to
shown, an DSN-less
 
passwords, they must reset
executing the code.
connection to Access gives
 
them.
 
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: Sep, 18 2006
This is a sample code that
Adding a record from a
Create a connection to DBF
This is an example code
combines a Database Paging
database table is a simple
files using JetOLEDB
showing how to conduct
and a Database Search script
task. Fill out the form
provider (DSN-less,
searches on a database to
into one. It shows you how
below and click submit. The
ODBC-less connection), basic
display hyperlinked
to perform a wilcard search
sql statement will be
work with DBF files (select,
summaries that can be
on a database table and then
generated for you.
insert, update), other ISAM
clicked on to display detail
page through the results.
 
formats + FOXPRO option,
data.
 
 
real sample code, create a
 
 
 
new DBF file.
 


Date: Apr, 25 2001


Date: Apr, 15 2002


Date: Jun, 18 2003


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