Search:
 
 » Home » Software Development » IDEs & Coding Utilities » DalAddin
Title: DalAddin
Price: 42.72 EUR
Screenshot: No Screenshot
Downloads: 0
 
Date added: Apr 19, 2006
Click here to buy

In only three steps save hours:
1. Connect to a SQL Server.
2. Select tha database.
3. If you are starting a proyect or if you have added tables to the database:
Click the `Generate From Tables` TAB
Select the tables and press the generate button. DalAddin will include in your active proyect:
· A module with data access routines.
· A module with COM+ and error handling routines.
· References to COM+, Microsoft XML and ADO.
· For each table selected it will include a class with the following methods:
o ins[TableName](updatable fields). This method executes a store procedure generated by DalAddin wich inserts a record in the table and if the table has an identity column, it returns it as a result.
o del[TableName](PrimaryKey or IdentityColumn). This method executes a store procedure generated by DalAddin wich delete a record from the table.
o upd[TableName](TableFields). This method executes a store procedure generated by DalAddin wich updates a record searching for it through the PrimaryKey or IdentityColumn and returns the amount of updated records (1 if it was found or 0 if it was not found).
o GetAll(). This method executes a store procedure generated by DalAddin wich returns all the records.
o Get[TableName]( PrimaryKey or IdentityColumn). This method executes a store procedure generated by DalAddin wich returns a record looking for it thruogh the primary key or identity column.
o Get[TableName]By[KeyColumns]( KeyColumns). It generates a method for each foreign key and another one for each field of the key.
o Get[TableName]By[IndexColumns]( KeyColumns). It generates a method for each index.
If it is an already started project and you need to add a data method.
Click the `Generate From Tables` TAB
Select a Store Procedure and press:
· Generate DAL Method Return RS if the store procedure is a select. You will obtain the code of the method to call that Store Procedure.
· Generate DAL Method Return Int you will obtain the code of the method to call that Store Procedure. If the Store Procedure has an output parameter it returs it, if not it returns the amount of records affected by the Store Procedure.
· Generate BUS Method Return RS. You will obtain the code of the method to call to the routine of the data layer wich executes the Store Procedure.
· Generate BUS Method Return Int. You will obtain the code of the method to call to the routine of the data layer wich executes the Store Procedure.
NEWS
RECOMMENDED DOWNLOADS IN THIS CATEGORY
 » Home  » Software Development » IDEs & Coding Utilities (10) Select page: [1]
 » Magic C++ - The Visual Remote Unix/Linux IDE
Magic C++ is a fully integrated development environment(IDE) designed to meet the requirements of programmers developing on remote Linux/Unix servers using Windows client. By integrating support for FTP, TELNET and our custom Remote Development Protocol(R ...
 
1 - 5 Licenses 84.59 EUR
6 - 10 Licenses 76.04 EUR
11 - 20 Licenses 67.50 EUR
21 - 40 Licenses 58.95 EUR
41+ Licenses 50.41 EUR
| Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » VS.NETcodePrint - For Basic .NET
VS.NETcodePrint a Microsoft Visual Studio .NET Add-in that saves system development and maintenance time and money by allowing you to produce professional style printouts of Visual Basic.NET, C# and J# source code. You can preview the printouts before pri ...
 50.00 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » SannySoft Perl Editor Lite
SannySoft Perl Editor is a fully integrated developer environment. It has a various number of features which makes writing, editing and debugging Perl scripts easier. SannySoft Perl Editor is simple, but at the same time it is very great tool. SannySoft P ...
 29.86 EUR | Downloads: 56
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » SmartHelp3
A bunch of more or less useful VS.NET utilities. This registration will enable you the usage of `End-of` and `Smart tabs` extensions. Others are usable free of charge. ...
 17.09 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » Portal-9 6809/6309/CoCo/Vectrex IDE for Windows
Write 6809/6309 machine-language software, build ROM images, virtual disk images and more, integrates the M.E.S.S. emulator system for a full WYSIWYG environment. You can literally build your software and see it run on your PC before exporting it to the r ...
 38.45 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » Macros IDE
Macros IDE is a powerful development platform based on ActiveX Scripting for rapidly customizing rich-client desktop applications and integrating them with existing systems. It enables customers to customize their software and meet specific business proce ...
  | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » MaxSpace - personal license
This program improves interface in Borland`s products by turning ObjectInspector and IDE ToolBar into `emerging` state. When you don`t need them they are hidden off the screen, so you can use all the screen for form designing and writing a code of the pro ...
 14.52 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » VBcodePrint
This Add-In to Microsoft Visual Basic 6 significantly enhances its source code printing capabilities. You can print any part of your VB project`s source code from within the VB`s development environment. You can create and save your own output styles by c ...
 50.00 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » VBBackup
VBBackup is a Visual Basic add-in for Visual Basic 6 to create backups of all your Visual Basic projects. With each project you can: Add/include additional files to be backed up, enter a memo for each project, provide a password for each backup for securi ...
 41.87 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » AppsChannel for MS Office
AppsChannels let you peek behind the scenes by creating automatic interfaces to referenced components, such as dynamic-link libraries (DLL`s) and ActiveX controls -- any COM object that has a type lib. These interfaces then can be used to visually link da ...
 127.31 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » v.Coder
The purpose of this application is to reduce the time that you, as a developer spend writing repetative code, such as error handlers to your VB project. You are given options to setup templates and then insert these templates (conditionally if required) i ...
 132.13 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » MyrmecoX Professional
MyrmecoX is a suite for Enterprise Application Integration (EAI) based on Tcl. MyrmecoX Professional 3.3 included an IDE with Tcl 8.3.4 Engine, Editor, Checker, Debugger, Keyword editor, and Bytecode compiler. It also integrated extensions for Web service ...
 76.85 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » DalAddin
In only three steps save hours: 1. Connect to a SQL Server. 2. Select tha database. 3. If you are starting a proyect or if you have added tables to the database: Click the `Generate From Tables` TAB Select the tables and press the generate button. DalAd ...
 42.72 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » XMLwriter XML Editor 5 Licence Pack
XMLwriter is a powerful XML editor for Windows designed to help web editors and programmers take advantage of the latest XML and XML-related technologies such as XSLT and XSD Schema. XMLwriter provides users with an extensive range of XML functionality su ...
 409.26 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » Code Keeper by uuba.com
Code Keeper by uuba.com provides an easy repository for all your frequently and less-frequently used snippets of source code. Folders provide the ability to organize your code snippets into meaningful categories. Code snippets can be copied into the clip ...
 14.48 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » VisIBasic
A rapid application development system written with IBasic Professional for IBasic which includes: A visual IDE, CodeLab code editor and menu editor all in one. Design Windows and Dialogs rich with controls in real time. Support for Windows API created co ...
 25.62 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » WImageEditor
Picture property editor for Delphi. It combines two separate Delphi features in single window: picture property editor and image editor. Now you need not go to the Delphi image editor to edit picture, save it to some file and read this file in Delphi prop ...
 14.52 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » CL Program Editor
CL Program Editor is a text editor for CL Programming on IBM eServer iSeries, i5 and AS/400. This editor is special designed for AS/400 CL ( Control Language ) Programming. By the full syntax coloring editor, you may find the CL program source file is muc ...
 23.03 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » Database to NET Enterprise Edition
You are ordering the Nantronix Database to NET Enterprise Edition application. This application generates Visual Studio .NET object source code and documentation based on database tables, or based on custom definitions. ...
 511.79 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
 » XMLwriter XML Editor 20 Licence Pack
XMLwriter is a powerful XML editor for Windows designed to help web editors and programmers take advantage of the latest XML and XML-related technologies such as XSLT and XSD Schema. XMLwriter provides users with an extensive range of XML functionality su ...
 1,519.98 EUR | Downloads: 0
Date added: Apr 19, 2006 |  » Click here to buy  » Details
go to top Select page: [1]