|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 17
 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 |
 |
|
|
Hits: 17
 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 |
 |
|
|
Hits: 20
 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 |
 |
|
|
Hits: 113
 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 |
 |
|
|
Hits: 17
 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 |
 |
|
|
Hits: 13
 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 |
 |
|
|
Hits: 11
 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 |
 |
|
|
Hits: 40
 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 |
 |
|
|
Hits: 16
 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 |
 |
|
|
Hits: 15
 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 |
 |
|
|
|
 |
 |
|
 |
|
 |
|