Hits Today: 4 Total: 20632 | Updated: 3/27/2000 | |
 | This tutorial discusses how to use stored procedures to execute non-SELECT SQL statements, and how to use the ADO Command Object to execute stored procedures through an ASP page.
Author: Nathan Pond Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 16841 | Updated: 4/9/2000 | |
 | This tutorial demonstrates how you can run dynamic SQL statements
inside of stored procedures.Oftentimes you'd like to be able to customize a
stored procedure so that a different table could be queried, based upon the
passed in parameters.
Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 16077 | Updated: 3/5/2000 | |
 | Describes how to write stored procedures using
SQL Server. Using stored procedures have a number of benefits, from
performance gainsin the data queries to providing a layer of encapsulation
between your database and ASP pages.
Author: Nathan Pond Code: ASP 2.0 & VBScript | |  | |
Hits Today: 2 Total: 29582 | Updated: 4/13/2000 | |
 | This demo shows you how to execute a stored procedure that has
input parameters, output parameters, a returned recordset and a return
value.
Author: ASPFree.com Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 9365 | Updated: 1/5/2003 | |
 | Data access is something that has to be done for every web application, and as you probably know, there are about a hundred different ways to approach it. Author: gstark Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 8079 | Updated: 8/4/2002 | |
 | In this article, I will step through some INSERT, UPDATE and DELETE stored procedures, from the ground up. We will explore a few speed bumps that I have experienced, and which you will most likely experience also.
Author: ASPFAQ Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 10696 | Updated: 3/14/2003 | |
 | A beginners guide to setting up a stored procedure in SQL server and calling it from an ASP page. Covers both the connection.execute and recordset methods of calling the procedure. Author: Jeff Anderson Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 3709 | Updated: 3/14/2003 | |
 | A beginners guide to creating a Trigger in SQL Server 7/2000. A trigger is a piece of SQL that is activitied when a certain event happens. A common usage is that when a new record is added to a database, this triggers an action. Author: Jeff Anderson Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4995 | Updated: 2/11/2003 | |
 | reads SQL Stored procedure meta data to provide a complete reporting solution including user input forms for criteria and sortable, pageable html reports.
Author: Brian Lockwood Code: ASP 3.0 & VBScript |
|