Software Index
Related Topics
Popular Trends
Trending Topics
 

Procedure

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Stored Procedure Proxy Generator
The Stored Procedure Proxy Generator is designed to radically simplify solving the problem of complexity of preparing to call database stored procedures from external code. Based on the information taken from the specified database it builds .NET-assembly with a set ...
September 12th 2003 Shareware    812k
Procedure Charter Standard
An advanced flow charter that extends beyond static graphical flow charters. Simple to use intuitive quick draw pallet and auto placement of figures and lines. Detailed description and who does what for each figure.Use Procedure Charter Standard For Procedure or ...
August 17th 2004 Shareware    10,330k
Extended Stored Procedure class for VC++
Write Extended Stored Procs for SQL Server with ease: * Control over input/output procedure parameters. * Return an arbitrary number of recordsets.* And more...
August 26th 2004 Shareware    40k
DecryptSQL
Do you have such kind experience that you can not view the complete SQL Script because of "WITH ENCRYPTION" when you view the Stored Procedure, View, Trigger or Function of MS SQL2000 and MS SQL2005? If yes, the DecrypSQL can ...
November 6th 2006 Shareware  5 stars 532k
Sndmail.DLL
Win32 DLL.
Contains Microsoft® SQL Server extended stored procedure – xp_sndmail.
xp_sndmail – is alternative to xp_sendmail unlike which allows to send e-mail messages by means of only SMTP protocol, without use MAPI and MS Outlook.
Copy Sndmail.dll to the ...
October 14th 2006 Shareware    4k
Beyond Logic Interrupts and Deferred Procedure Calls
Kernel mode driver which displays kernel debug messages when an interrupt is generated on the Parallel Port. The ISR queues a DPC (Deferred Procedure Call).. . Beyond Logic includes detailed information on Universal Serial Bus, Serial Ports (RS232), Parallel Ports ...
January 14th 2011 Freeware    2k
The Global File System
GFS (Global File System) is a cluster file system. It allows a cluster of computers to simultaneously use a block device that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads and writes to the block device like ...
May 25th 2011 Freeware    136k
GtkSourceView
GtkSourceView project is a text widget that extends the standard gtk 2.x text widget GtkTextView.

It improves GtkTextView by implementing syntax highlighting and other features typical of a source code editor.

Installation:

Simple install procedure:

% gzip -cd gtksourceview-1.8.1.tar.gz | tar xvf - # ...
August 27th 2011 Freeware    1,905k
Lattice.SPGen Stored Procedure and Code Generator
Lattice.SPGen is a template-based stored procedure and code generator that supports Microsoft SQL Server, Oracle, IBM DB2 UDB, PostgreSQL and MySQL.TaIt processesTaany tables and views in the databaseTathat you select andTagenerate stored procedures scripts of insert, update, delete, select (single ...
August 3rd 2011 Shareware    235k
Procedure Charter Professional
An advanced flow charter that extends beyond static graphical flow charters. Simple to use intuitive quick draw pallet and auto placement of figures and lines. Detailed description and who does what, spell checking and report designer.For Procedure or Process authoring ...
June 10th 2011 Demo    9k
Procedure Charter Professional PLUS!
An advanced flow charter that extends beyond static graphical flow charters. Simple to use intuitive quick draw pallet and auto placement of figures and lines.Detailed description and who does what, spell checking, report designer and field designer.Field designer allows custom ...
February 24th 2011 Demo    9k
Extended Stored Procedure component for Delphi 5,6,7
Write the Extended Stored Procs for MS SQL Server with ease: * Control over input/output procedure parameters. * Returning of arbitrary number of recordsets. * Real world code: work as a part of the complex accounting system, 7x24.
November 23rd 2011 Demo    71k
Lattice.SPGen Stored Procedure Generator
Lattice.SPGen is a stored procedure generator that supports Microsoft SQL Server, Oracle and IBM DB2 UDB. Lattice.SPGen will process each table and view in the database which you selected and created stored procedures to insert, update, delete, select (single or ...
September 3rd 2011 Shareware    241k
LollyDex Correspondence Index
LollyDex is a document management tool optimized for correspondence control. It adapts to your systems and is suitable for paper or electronic documents. Fast and easy-to-use data entry routines. Powerful and flexible search. Print reports of results. Browse through threads ...
September 11th 2001 Shareware  5 stars 1k
PageSaver
While surfing the Net one often need to save content of certain Web pages on local drive to have ability later turn back to that document without need to get connected again.
But when such a need comes MS Internet Explorer ...
October 28th 2001 Shareware  5 stars 450k
collectiveAuto
collectiveAuto assists users in: scheduling, tracking, and reporting on all aspects of vehicle and equipment management. It also provides tools for scheduling any maintenance procedure, recording maintenance and expense histories, tracking fuel mileage, reporting, and much more. Other versions of ...
October 30th 2001 Commercial  5 stars 2k
Any Image
- Convert one file or many files - same quick three-step procedure!
- No-compromises code optimized for both conversion quality and speed.
- Supports all of the more common image file formats (JPG, JP2, BMP, TIFF, GIF, PNG, TGA and many more).
- ...
January 26th 2004 Shareware  5 stars 655k
Inactive Shut Down Control for MS Access
Inactive Shut Down Control is a hidden MS Access form that can be opened in your application to keep track of periods of user inactivity. When the period of inactivity exceeds a specified limit, a warning message appears, and the ...
November 15th 2001 Freeware  5 stars 347k
Rescue Me
Rescue Me Backup v2.3 for Windows automatically performs all of your backups. A single click chooses whether to backup entire drives, directories, or only new and changed files. Skip unimportant files from the backup procedure automatically. All operations and functions ...
January 21st 2002 Shareware  5 stars 2k
AdeptSQL Workshop
The complete IDE for creating and managing databases from SQL scripts, including macro preprocessor, syntax-oriented editor, schema decompiler/synchronizer and debugger. Works with MS SQL Server v.7.0 or 2000.
February 3rd 2002 Commercial  5 stars 1k
Related Scripts
ASP Procedure Used To Recurse Through All SubFolders Of Any Given Path
ASP Procedure Used To Recurse Through All SubFolders Of Any Given Path is an online ASP article illustrating the usage of FileSystemObject function of ASP in listing all files of any given path. You are provided with efficient ASP codes ...
December 6th 2005 Freeware     
Automating Stored Procedure Parameters with XML
Automating Stored Procedure Parameters with XML is a tutorial which explains you about passing the XML information as the parameter of the stored procedure. In this tutorial the author passes the XML input parameter with the help of the XmlTextReader ...
December 11th 2005 Freeware     
Create a Stored Procedure using ASP
From this tutorial the developers can create a new stored procedure called countproducts which is used for counting the quantity of products in a table. It uses SQL statements to create this count stored procedure and it is an useful ...
December 20th 2005 Freeware     
Create an ASP SQL Stored Procedure
This article instructs the database developers about stored procedure and the techniques to be followed by the users for generating their own ASP based SQL stored procedure. Stored procedure is actually used for separating the database functionalities from displaying records.
December 5th 2005 Freeware     
Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control
Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control is a tutorial which shows you an efficient and easy way to perform custom paging of datagrid control in ASP.NET. You can enable the custom paging by setting ...
December 17th 2005 Freeware     
Hit counter Using Stored Procedure
This is an online database tutorial which helps the developers to use stored procedure on their project for displaying and editing hit reports on their web page. It uses SQL server as backend to store data and also the users ...
December 9th 2005 Freeware     
How to call a procedure defined in a webpage from a usercontrol
This article teaches about how to access a procedure which has been defined in a web pages with the help of user control. To call a procedure from a web page the author uses two different methods, a)- with the ...
December 8th 2005 Freeware     
Optional SQL Stored Procedure Parameters
This article is helpful for the users who want to manage their database table and also it gives important notes to the users i.e- it explains about optional SQL stored procedure parameters with simple prototype in perceivable form to the ...
December 6th 2005 Freeware     
Paging through Records using a Stored Procedure
In this article the author narrates about how to page through recordsets on a web page. The main advantages of this stored procedures are it can make good look pages and page loads for clients are much faster. The author ...
December 2nd 2005 Freeware     
QUICK TIP: Getting Identity without Stored Procedure
Getting Identity without Stored Procedure is a tutorial which explains you about getting the value of the identity field for the newly added record of the database table. In this tutorial author describes the procedure cleary with an example code.
December 12th 2005 Freeware     
Related Code
Insert Procedure Generator
Produce an "insert" procedure with full transaction and error handling by simply passing a table name to the procedure.
March 29th 2007     2k
AddIn Insert Procedure Headers
This Add-In allows E-Z formatting of Procedure headings. I wrote this because of the laziness of fellow developers who saw no sense in taking the time to AT LEAST document a Subroutine or Function or Property (until 6 months down ...
May 17th 2007     27k
Stored procedure to track database file grwoth over a period of time
It is important to track database file growth, as it helps you understand the rate at which your database is growing, so that you can plan ahead for your future storage needs. This procedure shows you the percentage by which ...
October 17th 2009     1k
ADO.NET Express Pro 1.2.0
ADO.NET Express is an add-in for Visual Studio 2003 that generates class methods for calling stored procedures and executing common types of SQL statements. It supports C#/VB and SQL Server/Oracle. ADO.NET Express looks similar to Server Explorer. You can add ...
February 8th 2006     398k
ASPLib2001
This is a general purpose ASP library that will help you with most of the common tasks in ASP programming. DB support: general routines (ever wanted to get a recordset with one line of code? use table name, view name, ...
April 27th 2006     43k
New Software
Popular Software