jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 41 - 50
Pages: << 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 >>
Sort Listings By:
Hits: 667

Name Search & Hyperlinks to Detail

Rating 0.0 0.0
This is an example code showing how to conduct searches on a database to display hyperlinked summaries that can be clicked on to display detail data.
Platform(s): n/a Date: May, 21 2001
DETAIL
Hits: 663

Multiple Form Selection

Rating 4.0 4.0
Allowing multiple choices of data elements enables people to customize views of your data and adds value to your applications. In this sample code, user inputted choice(s) are added to the basic sql statement to draw them from the db. Since the input from the dropdown menu comes through comma delimited it is simply written into the statement without modification. Two simple for next loops determine which elements are part of the record set and displays them accordingly.
Platform(s): n/a Date: Aug, 06 2000
DETAIL
Hits: 662

Making the Switch from ODBC to OLE DB

Rating 0.0 0.0
ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page.
Platform(s): n/a Date: Feb, 13 2000
DETAIL
Hits: 661

Easy way to add a record

Rating 0.0 0.0
Adding a record from a database table is a simple task. Fill out the form below and click submit. The sql statement will be generated for you.
Platform(s): n/a Date: Apr, 15 2002
DETAIL
Hits: 643

Simple Table Display With Where Clause (Hard Coded)

Rating 4.0 4.0
Displaying specific subsets of data from a database is easy to accomplish in .asp. The following example utilizes an Access database of Mark "The Bird" Fidrych and displays all of his season statistics for 1976 contained in the database rather than displaying the entire db.
Platform(s): n/a Date: Jan, 20 2000
DETAIL
Hits: 638

Accessing Database from ASP

Rating 5.0 5.0
This tutorial shows you step-by-step how to incorporate MS Access databases into your web site using ASP.
Platform(s): n/a Date: Mar, 15 2000
DETAIL
Hits: 631

Multiple Form Selection (Where In)

Rating 3.0 3.0
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin’ Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected.
Platform(s): n/a Date: Oct, 04 2000
DETAIL
Hits: 625

Quick form 2 db

Rating 0.0 0.0
You fill in the blanks, and you are given the source code for the form, and a page to display the information in the database. Also the database is ready to download with all fields in your form.
Platform(s): n/a Date: Apr, 15 2002
DETAIL
Hits: 622

How to create DSN for Microsoft SQL Server

Rating 1.0 1.0
This article will help you to create a System Data Source Name (DSN) for Microsoft SQL Server on your local machine. After a System DSN has been created you can use it within any ASP page located on the same computer.
Platform(s): n/a Date: Jan, 21 2000
DETAIL
Hits: 620

Display Table on Web Page

Rating 0.0 0.0
This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the data.
Platform(s): n/a Date: Oct, 02 2000
DETAIL
Amount: 137
Displaying: 41 - 50
Pages: << 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 >>