DataForms.Net allow developers to rapidly create database applications on MS SQL Server or other RDBMS.
Just point DataForms.Net to any table in your database and DataForms.Net will get underlying schema and dynamically create forms to add, edit, delete, sort, filter and print data.
No more tedious SQL syntax to JOIN multiple tables, DataForms.Net automatically create joins on multiple tables according to relations beetwen them. Data input is automatically validated according to column properties such as datatype, maxlength, foreign key constraints etc. Aditionally you can use your own custom data validation functions. Data displayed in DataGrid can now be easily printed taking in consideration how you sorted it and column width. Your applications users can configure position and size of controls at runtime. If database schema changes no recompile is required because DataForms.Net works dynamically.
Don't write that repetitive code anymore just point DataForms.Net to table you want and concetrate your development time on other tasks.
A lot of code in your applications don't have to be written with DataForms.Net. You can even write whole application with it.
Functionality:
Dynamicaly creates forms to add, edit, delete, sort and print data.
Dynamic ForeignKey lookup with multicolumn ComboBox.
Automatic input validation according to field data type or custom validation functions.
Computed columns are possible which will be automatically calculated from other columns values.
Prints DataGrid sorted on any column with column widths changeable at runtime.
From each DataForm you can popup new DataForms to add new records to related tables. Each DataForm is open modaly and you can popup indefinetly many DataForms one over another.
All text is fully localisable.
Look and Feel:
Controls size and position can be changed even at runtime.
Move beetwen controls using "Tab" or "Enter" key.
Control in focus changes color.
DATAFORMS.NET SINGLE DEVELOPER LICENSE RELATED DOWNLOADS
Adillis smartDBforms.NET 1.2
smartDBforms.NET is an ASP.NET framework that allows fast and easy creation of database entry forms. smartDBforms.NET framework is highly customizable. You have full access to the user interface templates and can redesign them using the design time surface ...
Visual Integration Studio 2.8.1.1
Visual Integration Studio - Data Integration for .NET Developers Visual Integration Studio is a visual integration design environment for extracting, transforming, and loading (ETL) data from any data source – to any data source using a simple drag and drop, property based interface. Plus, you can code any type of ...
OraDeveloper Studio 2.00
Power tool for developing PL/SQL programs and managing Oracle databases OraDeveloper Studio is a comprehensive IDE for professional Oracle developers. OraDeveloper Studio gives you a powerful interface for browsing databases, creating and modifying schema objects, updating data, visually designing queries, and developing ...
Sync For SQLServer 1.2
Tool for comparison and synchronizing MS SQL Server database schema and data. Sync For SQLServer is designed for software developers or database administrators who are working with the Microsoft SQL Server database. It compares two SQL Server databases and determines the differences between them. It generates a SQL change script ...
DB3NF - Rapid Web Application Development platform 1.4
DB3NF is a Rapid Web Application Development platform (RAD) designed for fast and easy creation of high performance, maintainable and scalable Web applications of virtually any kind. It also dramatically reduces development and QA time and provides a ...
ASP.NET Maker 1.2
Generate ASP.NET from database in seconds. ASP.NET Maker is a powerful yet easy-to-use code generator that creates a full set of ASP.NET Programs quickly from your Data Source. Supported databases includes Microsoft Access, Microsoft SQL Server, Oracle or any database with ADO or ODBC connectivity ...
Aqua Data Studio 4.5.2
SQL Query tool that allows developers to create edit and execute SQL scripts Aqua Data Studio is a SQL editor and developer tool that allows developers to easily create edit and execute SQL scripts as well as browse database structures. Aqua Data Studio provides an integrated database environment with a single consistent inferface ...
CompileX.NET 3.06
Generates ready-to-deploy multi-tier database driven business applications Database Driven Applications Generator. CompileX is based on a simple idea that your data define the base structure of your application. Using easy changeable patterns and templates it generates immediately working, ready-to-deploy business applications ...
Godsw SQL Compare 2.12
Godsw SQL Compare is a SQL compare software. What is Godsw SQL Compare? Godsw SQL Compare is the powerful database schema/data comparison and synchronization tool for SQL Server database development projects. Godsw SQL Compare integrates with SQL Server, providing an effective and effortless database ...
Active Table Editor 3.1.5
A handy table editor helps end users to edit ANY table in ANY Database Active Table Editor helps the users edit ANY table in ANY Database.
Let's imagine following situation you have accounting software package and would like to design some additional reports. You know the database structure pretty well and created ...