It is obviously learnt from this online tutorial how to implement Sub and Function procedure into the coding to let the script to perform some process. This article describes two kinds of VBScript procedures with simplest examples. And how to...
ADO.NET, COBOL and Stored Procedures is a tutorial which contains more details about the stored procedure and how to get the data of the database table using the stored procedure. In this tutorial the author defines the stored procedure that helps...
Want to switch over to stored procedures from in-line sql coding? Know eveything about it.Article from Benny, www.macronimous.com, teaches you from the scratch in a step-by-step way.
Daniel Brown's Recursive Directory List is an efficient PHP based software capable of scanning entire directory of the website to create a complete lists of all files and folders. Using this software you can also find both www. path and root path...
Displaying Sub Folders is a simple and useful tutorial where the author has briefed on displaying folders of hard drive directories. You can learn how to script codes for finding the path of the folders using System.MapPath function and the method...
This is an online ASP tutorial giving an account on the procedures of file navigation and searching. You can gain knowledge on how to use both index.asp and recursive.asp to navigate and search for files in various situations such as backup and...
How To Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic.NET is an article which briefly explains the method of creating and executing the stored procedures of the Sql Server database in ASP.NET. The article demonstrates it by...
Recursive Threading with PHP and SQL is a simple tutorial that helps experienced PHP programmers to design new pages with threaded comments. You will learn to create and match comment tables for every discussions. Using the tips provided in the...
Running Stored Procedures with ASP.NET is an useful tutorial which helps you to excute the user defined procedures with the help of the system stored procedure called as sp_stored_procedures. In this tutorial the author displays all the stored...
Quick utility script that allows you to search your server for any file/directory by name. Also includes an extension filter. This program is not a site search engine for public use, it does a recursive search through every single sub-directory on... |