 
		
		  
		   | This article describes how to  In this first article of the  Have this short program  This short tutorial explains  use the refresh method of  ASPHoleTools series, you  around so that you can  how to to upload a text file  the ADO Parameters  will be shown the basics for  quickly see what columns and  and load it into your  collection to interrogate a  data access. Covers how to  what data are in your  database using ASP. It uses  stored procedure. It shows  create the basic include  database. Here you will see  a sample of the  how to create the code in an  file for database access,  some of the common methods  space-delimited file for an  automated fashion for use in  and testing that data access  and properties used to limit  example.  VBScript connecting to MS  was installed properly on  the results from your SQL  SQL Server 7.  your machine.  query. Using a simple form  that takes a table name and  a submit button, and you can  easily display increments of  the table data. Full source  code available.  Date: Jul, 19 2001 Date: Dec, 21 2000 Date: Sep, 11 2000 Date: Jul, 11 2000 | 
| You can use transactions in  ODBC is great and all but for  Ever wondered how to create a  Allowing multiple choices of  ASP as a kind of insurance  speed and reliability you  table, view or procedure  data elements enables people  policy for your database  should switch to OLE DB to  with MS Access? This article  to customize views of your  activities, making them  power your database driven  shows us how to create all  data and adds value to your  safer and providing better  apps. This tutorial will  three and work with them  applications. In this sample  error recovery. Transactions  show you how to do it two  from an ASP script.  code, user inputted  are most useful when doing  ways: in the global.asa and  choice(s) are added to the  multiple actions on multiple  in any ASP page.  basic sql statement to draw  tables. The example below  them from the db. Since the  shows just how easy it is to  input from the dropdown menu  use transactions from ASP,  comes through comma  inserting a record into a  delimited it is simply  table and doing a  written into the statement  "rollback" if  without modification. Two  there's a problem.  simple for next loops  determine which elements are  part of the record set and  displays them accordingly.  Date: Jan, 08 2007 Date: Feb, 13 2000 Date: Aug, 27 2003 Date: Aug, 06 2000 |