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: 143    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7 8

   How to update a database record in ASP   Hits: 100 

 
Selecting, deleting and inserting database records is part and parcel of dynamic web development...be it ASP, PHP, Python, whatever.....and of course, add to that list updating records.....But how to do it in Classic ASP?....well, I'm about to show you in 3 simple steps, so grab a can of Dr Pepper and pay attention, because you're about to get schooled....:)


Free   Version: n/a   Platform(s): windows   Updated: Sun Aug 31 2008

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

   How to delete database record in ASP - 3 simple steps   Hits: 111 

 
This tutorial shows how to delete database records using just the Connection Object, without the need to create a Recordset Object. Moreover, it explains why using a Recordset is bad practice for queries such as INSERT, UPDATE and DELETE.


Free   Version: n/a   Platform(s): windows   Updated: Fri Aug 15 2008

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

   Selecting random record from database   Hits: 687 

 
This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. Complete reference code is included.


Free   Version: n/a   Platform(s): windows   Updated: Thu Jul 12 2007

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

   ASP Speed Tricks   Hits: 2649 

 
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages.


Free   Version: n/a   Platform(s): windows   Updated: Thu Jun 14 2007

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

   Import text file to MS Access   Hits: 976 

 
This article will explain how to import the contents of a text file (.txt) to an Access Database when using MS text or OLE DB Drivers wont do! We will be using the FileSystem and TextStream objects in this article!


Free   Version: n/a   Platform(s): windows   Updated: Wed May  2 2007

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

   Delete Duplicates from a Database (MYSQL, MSSQL)   Hits: 916 

 
An easy way to delete duplicate data from a database such as MYSQL or MSSQL.


Free   Version: 1   Platform(s): windows   Updated: Sat Mar 31 2007

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

   Retrieving Column Names with values   Hits: 458 

 
This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.


Free   Version: n/a   Platform(s): windows   Updated: Wed Mar 28 2007

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

   Encrypt Passwords Before Storing In a Database   Hits: 786 

 
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.


Free   Version: 1   Platform(s): windows   Updated: Mon Sep 18 2006

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

   ASP Tutorials - Connecting and Using MS Access Databases   Hits: 1867 

 
This tutorial helps you to understand: Connecting ASP Pages to MS Access Databases Persisting Data to MS Access Databases Protecting Data in SQL Statements


Free   Version: n/a   Platform(s): windows   Updated: Wed Sep  6 2006

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

   Counting Records in SQL Script   Hits: 797 

 
Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.


Free   Version: n/a   Platform(s): windows   Updated: Wed Sep  6 2006

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

   An Useful Method : RecordSet.Filter   Hits: 755 

 
Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.


Free   Version: n/a   Platform(s): windows   Updated: Wed Aug  9 2006

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

   Dynamically Dependent Dropdown   Hits: 2756 

 
Learn how to create dynamically dependent dropdown lists with. There's an online demo and source code provided.


Free   Version: n/a   Platform(s): windows   Updated: Fri Jul 21 2006

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

   Filling Data into Select List   Hits: 1495 

 
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.


Free   Version: n/a   Platform(s): windows   Updated: Wed Mar 22 2006

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

   Suggestion Box   Hits: 2191 

 
Sample implementation (source code)illustrating how to implement a "Suggestion Box" style form using ASP and MS Access. Easily installed, and customized.


Free   Version: n/a   Platform(s): windows   Updated: Mon Mar 20 2006

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

   Nesting repeaters in .NET   Hits: 1258 

 
Data repeaters in .NET are very useful to display database records onto screen. This tutorial shows you how easy nesting repeaters to save time. Features example code and full explaination.


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri Feb  3 2006

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

   Running ASP in Linux and Possible Problems   Hits: 1397 

 
This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have to convert to database supported by Linux platforms. Currently, Chili!Soft ASP is already supporting MS Access but not all web hosting companies install this feature. They prefer to use more common database in Linux such as MySQL and PostgreSQL. Pay attention to some Chili!Soft specific ADO methods and properties, since there are slight differences with IIS ASP. You might need to convert some codes in your applications to make it run in Chili!Soft ASP.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Feb  1 2006

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

   Simple Database Class   Hits: 1885 

 
This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation.


Free   Version: n/a   Platform(s): windows   Updated: Fri Jun 10 2005

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

   Bullschmidt ASP Web Database Sample   Hits: 1801 

 
This sample ASP Web database can give you ideas about tying everything together and can even be used as a starting point for a Web project.


Free   Version: 2.0   Platform(s): windows   Updated: Sat Apr 16 2005

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

   Compact MS Access Database using ASP   Hits: 467 

 
Tutorial and ASP code to compact MS Access Database just 1 file.


Version: n/a   Platform(s): windows   Updated: Mon Jan 21 2008

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

   Faster Singleton Queries with ADO   Hits: 777 

 
It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO command object to perform faster singleton queries.


Version: n/a   Platform(s): windows   Updated: Mon Jun 18 2007

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

  Total: 143    Displaying: 1 - 20 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