procedures
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 55
Paging With SQL Server Stored Procedures In ASP.NET 1
This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you more>> This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you simply show only first page with 10, 20 or 30 records and enable navigation buttons like Next or Previous if user wants to see other pages.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
10 downloads
Using Stored Procedures with MSSQL and ASP.NET 2.0 2.0
If you havent used MSSQL stored procedures before with SQL Server and in your ASP.NET 2.0 pages then you need to read this article. In this article I will list down basic questions like the following :what is a stored procedure? How can I create a more>> If you havent used MSSQL stored procedures before with SQL Server and in your ASP.NET 2.0 pages then you need to read this article. In this article I will list down basic questions like the following :what is a stored procedure? How can I create a stored procedure? How can I use it from within my ASP.NET 2.0 web pages? And how can I return an output parameter value to my ASP.NET web page? A stored procedure is a script of SQL code that is stored in your database under a given name. The SQL code for the stored procedure may contain programming logic (using T-SQL IF and CASE statements for example) and SELECT, INSERT, UPDATE or DELETE statements as well. There are many benefits using stored procedures instead of writing pure SQL code. 1. Reduce Network Usage between WebServer and Database Server. 2. Code Reuse. 3. Faster in performance . 4. Enhance Security as you can only give your user execute permission on your stored procedure.<<less
Added: 2007-11-14 License: Other Price: $0.00USD
14 downloads
DBIx-Procedure-Oracle 0.2
DBIx-Procedure-Oracle module allows the calling of Oracle PL/SQL functions and procedures without writing SQL statements. more>> DBIx-Procedure-Oracle 0.2 offers you a powerful tool which allows the calling of Oracle PL/SQL functions and procedures without writing SQL statements to reference them.
It queries the Oracle system table ALL_ARGUMENTS to resolve the procedure and determine the correct data types and bindings ( IN, OUT or INOUT ) of the procedure parameters. From this information an anonymous PL/SQL block is built and a database statement handle constructed. At present only positional binding of parameters is supported ( as opposed to named parameters ).
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
13 downloads
Remote Procedure Calls with PEAR::XML-RPC
In this tutorial, learn how to utilize the XML-RPC package from the PEAR repository. You will learn how to write the client and server portions. more>> In this tutorial, learn how to utilize the XML-RPC package from the PEAR repository. You will learn how to write the client and server portions.<<less
Added: 2004-02-23 License: Not Specified Price: Free
2085 downloads
Apache XML-RPC
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP. more>>
Apache XML-RPC appears as a Java implementation of XML-RPC as well as a popular protocol that uses XML over HTTP to implement remote procedure calls.
Major Features:
- Version 3 of Apache XML-RPC is still compliant to the XML-RPC specification. The user may enable several vendor extensions are available, that greatly extend the power of XML-RPC:
- All primitive Java types are supported, including long, byte, short, and double.
- Calendar objects are supported. In particular, timezone settings, and milliseconds may be sent.
- DOM nodes, or JAXB objects, can be transmitted. So are objects implementing the java.io.Serializable interface.
- Both server and client can operate in a streaming mode, which preserves resources much better than the default mode, which is based on large internal byte arrays.
Added: 2008-06-27 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
17 downloads
ADO.NET Express
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. AD more>> 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 database connections and browse schema objects such as tables and stored procedures. You can right click on a schema object to generate ADO.NET code for this object. For example, you can right-click on a stored procedure and generate a C# method that executes the stored procedure and returns a DataReader. ADO.NET Express is especially useful for ASP.NET and middleware developers who write a lot of data access code and would like to save time to do more creative tasks. Generated code is easy to understand and modify. ADO.NET Express has a variety of options for generating code that cover most of the common data access scenarios. Generated code can also be used as a template for modification.<<less
Added: 2004-11-29 License: Freeware Price: Free
1844 downloads
Erp Objects SDK 1.0.2408.7111
Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. more>> Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. Customers.GetObjects( CustomerSchema.FirstName. StartsWith("Marc") ); Typed queries are converted to SQL queries, which makes your business logic independent of underlying sql. Your code will run on any database if you use Erp Objects. facility of stored procedures and support for mysql is coming soon.<<less
Added: 2006-08-08 License: Freeware Price: $0.00USD
13 downloads
Other version of Erp Objects SDK
License:Freeware
Embedded Sql 1.0
This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure. The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters more>> This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure. The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters of the statement. Both stored procedures and direct sql is supported. Nothing needs to be added to the sql file all it requires is a standard T-Sql procedure declaration.<<less
Added: 2007-10-18 License: GPL Price: $0.00USD
11 downloads
Herong's Tutorial Notes on SQL
This book is a collection of notes and sample codes I wrote while learning and using SQL. Topics include data types, built-in functions, data definition statements, data manipulation statements, query statements, transaction, stored procedures, MySQL, more>> This book is a collection of notes and sample codes I wrote while learning and using SQL. Topics include data types, built-in functions, data definition statements, data manipulation statements, query statements, transaction, stored procedures, MySQL, etc.<<less
Added: 2005-08-26 License: Free Non-Commercial Price: $0.00USD
13 downloads
Oracle class 0.77 0.77
This class allows to develop applications using Oracle 8i or higher. It supports bind variables, IN/OUT variables for PL/SQL procedures and BLOB support. Additionally it features an easy-to-learn API and an error-management which includes auto-sending of more>> This class allows to develop applications using Oracle 8i or higher. It supports bind variables, IN/OUT variables for PL/SQL procedures and BLOB support. Additionally it features an easy-to-learn API and an error-management which includes auto-sending of EMails in case an DB error occured. The class works with PHP4 or PHP5 and requires the OCI8 extension to be enabled in your PHP. A complete documentation and some examples are included, too.<<less
Added: 2007-02-28 License: BSD Price: $0.00USD
11 downloads
Other version of Oracle class
License:BSD Style
DBReporter 1
DBReporter is a database structure documentation generator for SQL Server. It generates a report of all tables, columns, indexes, views, stored procedures and triggers nicelly formated in HTML. It comes with the source code. more>> DBReporter is a database structure documentation generator for SQL Server. It generates a report of all tables, columns, indexes, views, stored procedures and triggers nicelly formated in HTML. It comes with the source code.<<less
Added: 2003-10-23 License: Freeware Price: $0.00USD
12 downloads
CodeThatShoppingCart
CodeThatShoppingCart - When users view a product description, they can choose to add it to their shopping cart. more>>
CodeThatShoppingCart is a script added by users to their shopping cart when they view a product description. After adding an item to their cart, the users are shown the current contents of the cart. Users can inspect their cart contents at any time using a link that is available on every page.
Major Features:
- Show a persistent mini-cart directly on the content pages.
- The description of the cart contents includes the name of the items, the quantity, availability and prices.
- Allow to remove items from their cart if they wish and change quantities.
- The description of the goods is a link to the product details. Users always see the total costs of a purchase and also are informed of the payment options such as which credit cards are accepted.
- From the cart page, the users can continue shopping or proceed with the checkout procedure. The items stay in the cart for a certain period of time.
Added: 2008-07-08 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
14 downloads
Simple Picture Gallery Manager (SPGM) 1.4.7
SPGM is a PHP script that displays picture galleries on the web. It provides users with very simple procedures as for set up and update online photo albums. SPGM generates XHTML 1.0 compliant code and makes extensive use of CSS stylesheets to render more>> SPGM is a PHP script that displays picture galleries on the web. It provides users with very simple procedures as for set up and update online photo albums. SPGM generates XHTML 1.0 compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and does not rely on image manipulation libraries, or any database system. Features: caption for each gallery/picture, infinite sub-galleries hierarchies, several sort options, per gallery complete configuration, random thumbnails used for gallery previews, new pictures highlighting, multi-language support, themes available for use.<<less
Added: 2002-07-04 License: GPL Price: $0.00USD
12 downloads
Other version of Simple Picture Gallery Manager
License:GPL
Passing and Bablok Regression
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure. more>>
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure.
<<less Added: 2009-08-04 License: BSD - BSD License Price: BSDBSDLicense
downloads
pl2method 0.0.2
pl2method is such a great and useful PHP class that can be used to execute stored procedures on a PostgreSQL database by calling the class functions. more>> pl2method 0.0.2 is such a great and useful PHP class that can be used to execute stored procedures on a PostgreSQL database by calling the class functions.<<less
Added: 2009-07-31 License: BSD - BSD License Price: BSDBSDLicense
downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above procedures search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed