jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

SQL In Simple English - Part II

Rating 0.0 0.0
This is the second article in this series. This article mainly deals with SQL Joins and SQL sub-queries. Both of these are extremely useful SQL constructs and should be learnt by all beginners.
Platform(s): n/a Date: May, 10 2002
DETAIL
Hits: 17

SQL Reserved Words

Rating 0.0 0.0
Many times people will make the mistake of naming a database field with an SQL Reserved word. This is an easy mistake to make. It's hard to remember every single one. Here's a concise listing of SQL Reserved words to help you along.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Hits: 20

SQL Tutorial

Rating 0.0 0.0
SQL, Structured Query Language, is the most powerful tool to connect to a database regardless of the form of the database. However, building a perfect SQL statement can be very frustrating. Especially debugging -- the error message simply didn't tell you where the error is. This tutorial provides a nice summary of SQL statements.
Platform(s): n/a Date: Feb, 15 2000
DETAIL
Hits: 113

SQL: Sum, Average, Max, Min, Count, Detail

Rating 3.5 3.5
This example shows how to perform a variety of statistics on your data using simple SQL such as Sum, Average, Max, Min, and Count. It uses stock trading performance of EPOS as an example.
Platform(s): n/a Date: Apr, 20 2001
DETAIL
Hits: 17

SQLServerTools Object

Rating 0.0 0.0
This example shows how to get a list of all current tables in the database, get a list of dependent stored procedures for each table and do it all in a stored procedure.
Platform(s): n/a Date: Jul, 19 2001
DETAIL
Hits: 13

Suggestion Box

Rating 0.0 0.0
Sample implementation (source code)illustrating how to implement a "Suggestion Box" style form using ASP and MS Access. Easily installed, and customized.
Freeware Platform(s): Windows Date: Mar, 20 2006
DETAIL
Hits: 11

Turn foreign keys into list boxes

Rating 0.0 0.0
The author writes "CoverYourASP's original database administration tool didn't look for foreign keys, and just displayed a confusing list of primary key values. Now, it's been improved with automatically generated list boxes." This tutorial explains how to turn those foreign keys into list boxes automatically.
Platform(s): n/a Date: May, 23 2001
DETAIL
Hits: 40

Two Table Join

Rating 0.0 0.0
Outputting data from two tables is almost as easy as displaying from one. This example utilizes two tables with state information on them. The first table (state_order) contains state abbreviations (state), state names (statename) the year each state was admitted into the union (year) and the numeric order they entered in (entered). The second table (state_capitals) contains state abbreviations (state), state names (state) and state capitals (capital). The where statement looks to make a match on the field that each table has in common to ouput the correct capital with all the info from the state_order table.
Platform(s): n/a Date: Jun, 26 2000
DETAIL
Hits: 16

Two Ways To Connect To SQL Server 2000 Via ASP

Rating 1.0 1.0
This article will show you two different methods that you can use to connect to a Microsoft SQL Server 2000 database: System DSN's and the OLEDB connection string. It will also explain the positives and negatives of each method, along with some examples to get you started.
Platform(s): n/a Date: Jan, 16 2002
DETAIL
Hits: 15

Uploading and inserting files (binary data) to the database

Rating 5.0 5.0
Step-by-step tutorial on how to upload files (images, text, other documents, etc) using plain ASP pages to the database. Every step has been explained in detail. Downloadable source code available.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Amount: 137
Displaying: 121 - 130
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 >>