Hits Today: 1 Total: 33247 | Updated: 3/3/2000 | |
 | Doing anything interactive in ASP requires using a database. But how does a beginner master ADO, SQL and the rest? This takes you through it one step at a time at with examples on how to add, delete, modify, page records, and other db topics Author: Kathi O'Shea Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 24856 | Updated: 6/18/2000 | |
 | This is just a little database sample. It just reads the values from the table and puts them in an HTML table.
Author: ASP101 Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 17884 | Updated: 8/7/2000 | |
 | A basic tutorial on using Active Server Pages to access a database through a web browser. This guide steps the user through the simple process of writing the code and accessing the database through a web browser with VBScript and SQL. Author: Derrald Farnsworth-Livingston Code: ASP 2.0 & VBScript | |  | |
Hits Today: 2 Total: 4247 | Updated: 4/8/2003 | |
 | for simple applications using text files you can count database items using SELECT COUNT in a simple comma delimited txt file database Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 28808 | Updated: 5/12/1999 | |
 | A quick and easy guide to connecting an MS Access database with your ASP. Learn to create your first db table, connecting it via ODBC and searching it with VBScript. Author: A. Haneng Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 10233 | Updated: 3/21/2001 | |
 | This article is an overview of SYSTEM DSN's, DSN-LESS Connections,
and any permissions that may need to be set on the server.
It also covers the troublesome "80004005" error. Author: PowerASP Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3262 | Updated: 2/10/2004 | |
 | You may use DateDiff function in an SQL statement to get the number of date and/or time between two dates. You may calculate days between two different date. The return number of DateDiff function can be year, month, day, hour, minute, second ....
Author: Dotnetindex.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 2 Total: 2665 | Updated: 2/10/2004 | |
 | This function is very useful, if you wish to get date of current SQL server date and time. You may use this function to fill some rows automatically with current time or using with DateDiff function to return the number between current time. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2446 | Updated: 4/3/2004 | |
 | Sum function can be used for to get the sum of a numeric expression evaluated over a set. This function must be placed in an SQL statement. Following example will return the sum of ratings in articles.
Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
|