/**

popular collection of scripts for all

*/
/** Search */

Database-related

 }

Database Paged Search

Hits: 689
*****
0.0

Database Search Sample Code

Hits: 496
*****
0.0

Database Tutorial

Hits: 259
*****
0.0
This is a sample code that
Here is a quick sample of
This 4-page tutorial shows
Learn how to delete records
combines a Database Paging
searching a DB for certain
all the basics of using
with an SQL instead of a
and a Database Search script
records. It's really no
Active Server Pages and
Recordset. Here are two
into one. It shows you how
different then doing any
VBScript to work with
examples. One will use a
to perform a wilcard search
other query except that you
databases. It covers
query string and the other
on a database table and then
need to use wildcards. In
Connecting to the Database,
gets the info from a form.
page through the results.
ASP / ADO the wildcard
Working With Recordsets, and
Both examples include an
 
character is %. It works the
more.
example of a DSN-LESS
 
way most of us have come to
 
connection.
 
expect * to work. Why is it
 
 
 
%? I have no idea, but it
 
 
 
is. An Access 97 version of
 
 
 
the database is available
 
 
 
for download.
 
 


Date: Apr, 25 2001


Date: Feb, 20 2001


Date: Nov, 30 2000


Date: Aug, 05 2002
It is possible to store
This page demonstrates the
This is a Web-based script
Step-by-step tutorial on how
images in a database using a
capabilities how to display
writer that generates an ASP
to display uploaded binary
number of third party tools
a table from a SQL
code for displaying an
files from the database
or a custom built component.
statement. It illustrates
Access or SQL Server
using plain ASP pages. Every
Once you have the images
not only how to display the
database using
step has been explained in
stored in your database,
table, but also how to
user-submitted variable
detail. Downloadable source
however, displaying them
detect that no records were
names and the name of the
code available.
requires the use of a simple
returned from a query, and
table. Copy the output code
 
ASP page. This tutorial
how to detect null and blank
into an asp document on your
 
explains how to retrieve
values in the data.
web server and your db is
 
images from a database table
 
ready to be displayed on the
 
and use them in an HTML page.
 
web. The DSN connection
 
 
 
requires that you register
 
 
 
the DSN for the db prior to
 
 
 
executing the code.
 


Date: Jan, 11 2001


Date: Oct, 02 2000


Date: May, 21 2001


Date: Jun, 17 2002
{ Copyright } ©2019 NuclearScripts.com