/**

popular collection of scripts for all

*/
/** Search */

Database-related

 }

Multiple Form Selection

Hits: 663
*****
4.0
This hands-on tutorial
Allowing multiple choices of
Allowing multiple choices of
In depth article on showing
explains how to develop a
data elements enables people
data observations enables
records in a page by page
simple SQL-driven web site
to customize views of your
people to customize views of
fashion with 'first
in just minutes. Topics
data and adds value to your
your data and adds value to
page','next','back' and
include: Our Database
applications. In this sample
your applications. This
'last page' links at the
Design, Creating a Data
code, user inputted
example utilizes our db on
bottom to navigate through
Source, Inserting A Tip Into
choice(s) are added to the
the career statistics of
the records. Sample code and
Our Database, Displaying and
basic sql statement to draw
Hammerin’ Hank Greenberg.
database available for
Deleting Tips, Searching the
them from the db. Since the
The years he played are
download. Online demo also
Database, and Displaying the
input from the dropdown menu
available to select from in
available.
Tips.
comes through comma
a dropdown menu. When
 
 
delimited it is simply
multiple years are selected
 
 
written into the statement
they are passed comma
 
 
without modification. Two
delimited. Utilizing the
 
 
simple for next loops
where in statement in our
 
 
determine which elements are
sql the comma delimited
 
 
part of the record set and
selections are appended to
 
 
displays them accordingly.
our sql statement to display
 
 
 
only those years selected.
 


Date: Aug, 30 2000


Date: Aug, 06 2000


Date: Oct, 04 2000


Date: Jul, 10 2000
This is a quick sample code
This article covers two
Learn how to add records with
Want to add value to your
which combines a number of
advanced ADO topics:
an SQL statement instead of
current search? Allow your
database functions into one
creating hierarchical
a Recordset. Here are two
users to search from within
script. Includes functions
Recordsets (via data
examples. One will use a
search results. As databases
to add, delete, and edit
shaping) and creating custom
query string and the other
grow the necessity for the
records in a database table.
Recordsets. Specifically,
gets the info from a form.
user to continually narrow a
It illustrates a number of
this article looks at how to
Both examples include an
search to the item that they
useful techniques for
create custom hierarchical
example of a DSN-LESS
truly want will grow also.
database manipulation.
Recordsets. The reader is
connection.
The following example
 
required to have a fluid
 
utilizes a db on U.S. State
 
understanding of both data
 
capitals. Upon the first
 
shaping and custom
 
search two radio buttons
 
Recordsets.
 
will appear indicating a
 
 
 
search (default) or a search
 
 
 
within the current results.
 
 
 
Searching within the current
 
 
 
results will take the first
 
 
 
search and add it to the new
 
 
 
search and so on.


Date: Jun, 12 2001


Date: Jun, 05 2001


Date: Aug, 05 2002


Date: Aug, 12 2000
{ Copyright } ©2019 NuclearScripts.com