The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: Database-related
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 141    Displaying: 61 - 80 Pages:   1 2 3 4 5 6 7 8

   Connecting to your SQL Database   Hits: 1759 

 
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 advantage of knowing how to do this is that you will be able to manage your SQL Server database via Enterprise Manager over TCP/IP, yourself.


Version: n/a   Platform(s): n/a   Updated: Fri Mar  8 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Real-Time Data Grid Part 1/2   Hits: 1543 

 
The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page.


Version: n/a   Platform(s): n/a   Updated: Wed Feb  6 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Compact & Repair Access Database   Hits: 2189 

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


Version: 1.0   Platform(s): Win NT/2000/XP   Updated: Wed Jan 23 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using MyODBC To Access Your MySQL Database Via ASP   Hits: 2184 

 
MySQL is the most popular open source database system available today, and is currently installed on over two million servers worldwide. This article takes a look at using the free MyODBC driver to talk to a MySQL database from an ASP script.


Version: n/a   Platform(s): n/a   Updated: Thu Jan 17 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Two Ways To Connect To SQL Server 2000 Via ASP   Hits: 1864 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Jan 16 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Analyzing Duplicate Records   Hits: 1040 

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


Version: n/a   Platform(s): n/a   Updated: Thu Oct 25 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Access Database Tutorials   Hits: 15556 

 
This is a group of 3 tutorials that guide you through the process of using an MS Access Database in ASP. The tutorials teach you how to connect to a database, add data to the database, update the database, and delete from the database. The 3 tutorials togather allow you to build a simple Guestbook for your web site.


Version: n/a   Platform(s): ASP 2.0 IIS4+, Access 97/2000   Updated: Mon Sep  3 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using Triggers to Track Database Action History   Hits: 822 

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


Version: n/a   Platform(s): n/a   Updated: Thu Sep 20 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Randomizing a Recordset   Hits: 1278 

 
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 simple tool for verifying that the results are uniformly random. Also shows a technique for bubbling records with certain attributes to the top of an otherwise randomized list.


Version: n/a   Platform(s): n/a   Updated: Thu Sep 13 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using Multiple Recordsets   Hits: 1905 

 
This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database.


Version: n/a   Platform(s): n/a   Updated: Wed Sep  5 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Fastest way of Database Access : Caching Records in Memory   Hits: 1658 

 
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 time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available.


Version: n/a   Platform(s): n/a   Updated: Wed Aug  8 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using Disconnected Recordsets   Hits: 1276 

 
This article covers rarely discussed feature of ADO Recordsets, disconnected Recordsets. It examines what disconnected Recordsets are, how to use them, and what advantages they offer over connected Recordsets. Also examines how to create custom, disconnected Recordsets.


Version: n/a   Platform(s): n/a   Updated: Thu Aug  2 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

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

 
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 then print a certain number of rows on each page with a column header on each page. This solution solves the problem." Source code available for download.


Version: n/a   Platform(s): n/a   Updated: Fri Jul 20 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   SQLServerTools Object   Hits: 925 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Jul 19 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Interrogating a Stored Procedure with ADO   Hits: 829 

 
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 code in an automated fashion for use in VBScript connecting to MS SQL Server 7.


Version: n/a   Platform(s): n/a   Updated: Thu Jul 19 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AddCriteria Simplifies SQL Queries   Hits: 847 

 
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 article explains how to use this function.


Version: n/a   Platform(s): n/a   Updated: Fri Jun 29 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Database Editing Sample   Hits: 3053 

 
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 database table. It illustrates a number of useful techniques for database manipulation.


Version: n/a   Platform(s): n/a   Updated: Tue Jun 12 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Custom Hierarchical Recordsets   Hits: 1165 

 
This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this article looks at how to create custom hierarchical Recordsets. The reader is required to have a fluid understanding of both data shaping and custom Recordsets.


Version: n/a   Platform(s): n/a   Updated: Tue Jun  5 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using SQL-DMO To Backup and Verify a Database   Hits: 1153 

 
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 Distributed Management Objects (SQL-DMO) extend the functionality of SQL Server by providing developers a way to execute common tasks.


Version: n/a   Platform(s): n/a   Updated: Tue May 29 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Turn foreign keys into list boxes   Hits: 1482 

 
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.


Version: n/a   Platform(s): ASP 2.0 (JavaScript)   Updated: Wed May 23 2001

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 141    Displaying: 61 - 80 Pages:   1 2 3 4 5 6 7 8

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog