jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Insert Using SQL

Rating 0.0 0.0
This short tutorial demonstrates how to insert data into a SQL database using SQL statements.
Platform(s): n/a Date: Oct, 13 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: 617

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
Hits: 253

Limit query results with the Recordset object

Rating 0.0 0.0
Have this short program around so that you can quickly see what columns and what data are in your database. Here you will see some of the common methods and properties used to limit the results from your SQL query. Using a simple form that takes a table name and a submit button, and you can easily display increments of the table data. Full source code available.
Platform(s): n/a Date: Sep, 11 2000
DETAIL
Hits: 451

Creating a Simple SQL-Driven Web Site

Rating 0.0 0.0
This hands-on tutorial explains how to develop a simple SQL-driven web site in just minutes. Topics include: Our Database Design, Creating a Data Source, Inserting A Tip Into Our Database, Displaying and Deleting Tips, Searching the Database, and Displaying the Tips.
Platform(s): n/a Date: Aug, 30 2000
DETAIL
Hits: 541

Generating random records from the Database

Rating 0.0 0.0
This article shows how to generate random records from the database. Also explains how to generate random numbers. Sample Database and Code available for download.
Platform(s): n/a Date: Aug, 30 2000
DETAIL
Hits: 761

ASP-Database Transactions

Rating 0.0 0.0
This is an article on executing all or none database queries using ASP-Database transactions. Must read for ASP-Database developers. Sample Database and Code available for download.
Platform(s): n/a Date: Aug, 28 2000
DETAIL
Hits: 361

Speed up Database Access using GetRows

Rating 0.0 0.0
This is an article on using Recordset. It uses GetRows method to speedup database access. One of the fastest ways of displaying database records with ASP. Sample Database and Code available for download.
Platform(s): n/a Date: Aug, 27 2000
DETAIL
Hits: 355

Fun With Stored Procedures...

Rating 1.0 1.0
This is a brief and very useful tutorial on creating and using stored procedures with your asp applications. A stored procedure is nothing more than an sql statement stored inside a database. The database can be SQL Server or MS Access as well as others. A stored procedure is compiled by your database (for the most part) one time, when it is entered. This results in faster database executions and overall performance updates, and it further separates the sql statement from your asp leaving you with more readable code. This tutorial describes: What is a stored procedure?, Writing stored procedures, Getting the stored procedure into the database, Calling stored procedures in ASP pages, and Modifying and removing stored procedures.
Platform(s): n/a Date: Aug, 13 2000
DETAIL
Hits: 489

Search Within Search Results

Rating 0.0 0.0
Want to add value to your current search? Allow your users to search from within search results. As databases grow the necessity for the user to continually narrow a search to the item that they truly want will grow also. The following example utilizes a db on U.S. State capitals. Upon the first search two radio buttons 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.
Platform(s): n/a Date: Aug, 12 2000
DETAIL
Amount: 137
Displaying: 101 - 110
Pages: << 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 >>