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.
Downloading Files with VBScript and ASP is a tutorial for the webmasters in developing and implementing downloads systems on their websites. You can learn to download files with extensions like *.asp, *.txt, *.html, *.htm etc., The author has...
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...
VBScript class which reduces the amount of code needed to display RSS. Provides object-based properties, collections and methods to simplify the retrieval and display of all kinds of RSS. Cache improves efficiency by saving results to temporary...
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...
The array items in VBscript array can be sorted out quicker by converting the array into JScript array sorting function. This article shows the simplest way to interchange VBScript and JScript arrays using which you can sort any number of array...
VBScript 5.0 Operators is an quick referece guide to the web programmers that describes all the VBSript operators. Various operators such as plus, minus, less than, greater than, AND, OR, mod etc., are eclucidated by this tutorial. This also...
Clear explanation on VBScript Constants and how to create them using literal values is taught with proper example through this VBScript tutorial. And this process can be done perfectly using Const statement that accepts string, numeric and date...
It is an online VBScript tutorial using which programmers can learn how to use properties within objects, functions with the help of easier examples. And this article provides the syntax for all properties implementation within commands, objects... |