Best Tutorials website
Latest tutorials

Advertisment

ASP upload to database or file

ASP upload to database or file

To database or not to database? Test of consumed resources (processor, memory) and results with file upload to database or file system. Test of...


Views: 668 | Rating star | by Nick
ASP - Database Related

Professional C# 2nd Edition : Data Access with .NET

Professional C# 2nd Edition : Data Access with .NET

Complete Online Chapter 'Data Access with .NET' from Wrox Press book 'Professional C# 2nd Edition'. Topics covered include...


Views: 0 | Rating star | by Mathew
ASP - Database Related

SQL In Simple English - Part 1

SQL In Simple English - Part 1

Article describes what is SQL? what it is used for? how to SELECT, INSERT, UPDATE and DELETE records from the database? and more.


Views: 615 | Rating star | by Steve
ASP - Database Related

Connecting to your SQL Database

Connecting to your SQL Database

If you have an SQL database set up with your web host, a useful tip to know is how to connect to your SQL database via Enterprise Manager. The...


Views: 632 | Rating star | by Source
ASP - Database Related

Compact & Repair Access Database

Compact & Repair Access Database

Compact and repair your access database online from ASP code. This is example code of how this can be done.


Views: 643 | Rating star | by Sarah
ASP - Database Related

Analyzing Duplicate Records

Analyzing Duplicate Records

This is the first of the four-part 'Advanced SQL Techniques' series, which describes a quick and efficient way to delete duplicate...


Views: 600 | Rating star | by Stephen
ASP - Database Related

Using Triggers to Track Database Action History

Using Triggers to Track Database Action History

This article describes how to use Microsoft SQL Server triggers to automatically record all updates and inserts for a particular database table in...


Views: 608 | Rating star | by David
ASP - Database Related

Randomizing a Recordset

Randomizing a Recordset

This article describes several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. It provides a...


Views: 660 | Rating star | by Donald
ASP - Database Related

Using Multiple Recordsets

Using Multiple Recordsets

This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different...


Views: 608 | Rating star | by Marry
ASP - Database Related

Fastest way of Database Access : Caching Records in Memory

Fastest way of Database Access : Caching Records in Memory

A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a...


Views: 531 | Rating star | by Simon
ASP - Database Related

Using Disconnected Recordsets

Using Disconnected Recordsets

This article covers rarely discussed feature of ADO Recordsets, disconnected Recordsets. It examines what disconnected Recordsets are, how to use...


Views: 595 | Rating star | by Simon
ASP - Database Related

Printing Headers on every page of a report (from a database)

Printing Headers on every page of a report (from a database)

The author writes 'Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and...


Views: 584 | Rating star | by Nick
ASP - Database Related

Interrogating a Stored Procedure with ADO

Interrogating a Stored Procedure with ADO

This article describes how to use the refresh method of the ADO Parameters collection to interrogate a stored procedure. It shows how to create the...


Views: 626 | Rating star | by Jarry
ASP - Database Related

SQLServerTools Object

SQLServerTools Object

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...


Views: 569 | Rating star | by Steve
ASP - Database Related

AddCriteria Simplifies SQL Queries

AddCriteria Simplifies SQL Queries

AddCriteria is a small function that simplifies the code needed to produce a SQL query from a set of optional criteria posted by a user. This...


Views: 641 | Rating star | by Daniel
ASP - Database Related

Database Editing Sample

Database Editing Sample

This is a quick sample code which combines a number of database functions into one script. Includes functions to add, delete, and edit records in a...


Views: 655 | Rating star | by Daniel
ASP - Database Related

Creating Custom Hierarchical Recordsets

Creating Custom Hierarchical Recordsets

This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this...


Views: 628 | Rating star | by Donald
ASP - Database Related

Using SQL-DMO To Backup and Verify a Database

Using SQL-DMO To Backup and Verify a Database

This article shows you how to use SQL-DMO to create an Active Server Pages application to backup and verify a SQL Server database. The SQL...


Views: 526 | Rating star | by Tutorial
ASP - Database Related

Turn foreign keys into list boxes

Turn foreign keys into list boxes

The author writes 'CoverYourASP's original database administration tool didn't look for foreign keys, and just displayed a confusing...


Views: 644 | Rating star | by Donald
ASP - Database Related

What's in an ADO Connection String?

What's in an ADO Connection String?

This article explains ADO connection strings and parameters. By the end of the article you should be able to build appropriate ones on your own...


Views: 0 | Rating star | by Adam
ASP - Database Related