New Components and Unified SQL Support in UniDAC 2.50 Beta!

Devart news about betas, releases, awards, and other information
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New Components and Unified SQL Support in UniDAC 2.50 Beta!

Post by Devart » Fri 06 Mar 2009 13:04

Dear users,

Devart is glad to present the new Beta of UniDAC with a bundle of new components that make UniDAC more effective and really universal.

We have added many significant improvements such as:
  • Unified SQL support
    Unified SQL is a language extension that has different constructions and allows to write truly database-independent SQL code. Unified SQL includes:
    Macro - in Unified SQL macros can evaluate to a different value depending on the provider used by the TUniConnection component.
    IF directive - for the purpose of extra flexibility Unified SQL supports conditional inclusion of SQL code into resulting statements using {if} directive. This allows to set different SQL for different DBMS.
    SQL Function - introduce standard for calling common SQL functions. In run time function is transformed either to the corresponding native function, or to an equivalent expression.
    Literal - provides universal syntax for date, time, and timestamp literals.
  • TUniLoader component
    serves for fast loading of data to the database. For each type of database server TUniLoader uses its specific interfaces for loading with maximum speed. For example, Oracle Direct Path Load interface is used for Oracle.
  • TUniDump component
    serves to store data from tables or editable views as a script and to restore data from a received script.
  • TUniConnection.AssignConnect method
    shares physical connection between several TUniConnection components

Try out Universal Data Access Components on its download page.

Devart Development Team
www.devart.com/unidac

Locked