Difference between revisions of "Gestinux util"

From Gestinux Wiki
Jump to navigation Jump to search
Line 11: Line 11:
  
 
Other midleware, specially the interface provided with Lazarus are said to be faster.
 
Other midleware, specially the interface provided with Lazarus are said to be faster.
One bad point is taht comonents are specific to one DBMS, and not following DBMS versions quickly enough.  
+
One bad point is that comonents are specific to one DBMS, and not following DBMS versions quickly enough.  
If someone wants to develop the same functionnalities and compare, he is welcome !
+
However, if someone wants to develop the same functionnalities and compare, he is welcome !
  
 
* [[TGDbConnection]]
 
* [[TGDbConnection]]
 
* [[TGDbQuery]]
 
* [[TGDbQuery]]
 
* [[TGTable]]
 
* [[TGTable]]
 
  
 
== Visual components ==
 
== Visual components ==

Revision as of 22:45, 17 October 2012

Gestinux is based on an utility package containing visual and non-visual components :


Database Non-Visual components

They are only for database connection and management.

Currently based on Zeos Dbo components, with some methods added to create (and update) table structure from the datamodule.

Gestinux uses only descendants of TZConnection, TZQuery and TZTable.

Other midleware, specially the interface provided with Lazarus are said to be faster. One bad point is that comonents are specific to one DBMS, and not following DBMS versions quickly enough. However, if someone wants to develop the same functionnalities and compare, he is welcome !

Visual components