You are currently browsing for
Procedures Tutorials
 | stored procedures ... stored procedures by on Sep 02 2004 - 05:13 The tutorial shows you how to create stored procedures after which you ll ... stored procedures in an ASP .NET web application. Content: The main reasons for using stored procedures to execute quer... |
 | Implementing Callback Procedures Tut... Callbacks are often underused yet the benefits of using the can be tremendous. For example they can help to limit dupl... Callback A callback is a means of passing a procedure(or function) as a parameter into another procedure so that when ... |
 | ASP Procedures ASP Tutorial AS... call a VBScript procedure from ASP. How to call a JavaScript procedure from ASP. How to call both a JavaScript procedur... ASP file. Procedures The ASP source code can contain procedures and functions: html head % sub vbproc(num1 num2) respon... |