logo    
   
         
         
  ComfortSQL Developer-Edition      
         
  The Developer Edition is one of the most efficient DB tools in the world, specially designed for database developers setting up new database systems or maintaining them.

Dhe Developer Edition enables "relation-free programming" of SQL statements and thus provides the DB developer with two types of statement:

1.) ComfortSQL – an SQL statement free of relations
2.) SQL – an SQL specific to a particular database


This is made possible thanks to our patented process which – simply put – decouples the way part from the task part of an SQL statement and automatically puts them together.


Easy and fast programming SQL

The edition consists of a collection of classes and an easy-to-use GUI enabling a fast development of data bases with masks and printouts and with exportfunction for data in CSV-, XML-, XLSX- und XLS- format. The provided classes are written in pure C++ code and are thus independent from MFC, ATL, WPF – they can however be used with these. The classes access the databases natively, without using JDBC or .NET drivers, which makes them very fast.


DB developers therefore don’t have to worry about these interfaces,, since they have appropriate classes they can use to generate SQL statements free of relations and thus independent from the data structure. Relations are automatically added afterwards for a modified data structure. It’s very simple to use, since there is a CDatabase class and a CRecordSet class – which are used to gernerate entire database projects. The CDatabase class is used to establish a connection to a database server and the CRecordSet class is used to access tables and queries with or without write access permission.
 


     
Screenshoots Illustrated example Features
Formula fields Virtual data model Datasheet
System Requirements FreeDemo  


Therefore records can be added, modified and deleted on demand with the help of this class.
 
 
  Sitemap