ZeosLib 7.0.3 stable for Delphi/Lazarus is released

Stable version of zeoslib 7 is released.

The most important improvement you’ll find in this version is support for the compilers Delphi2009 and newer, with their unicode strings.

Other changes in this release are
– Some new components for grouping connections (alpha status)
– Postgres event alerter component comparable with the existing Interbase/Firebird event alerter (alpha status)
– Pooled connections (alpha status)
– Real prepared statement support (always for firebird, on demand for mysql and postgres), allowing to prepare queries once and execute them multipe times with different input variables.
– New FreeTDS driver for connections to Mssql and Sybase that can replace the old dblib protocol.
– TZStoredproc got a full makeover. Now Stored procedures should work for postgres, firebird, mysql, mssql and oracle (alpha status)
– A load of bugs have been fixed.

Downloads of the new beta release can be found on sourceforge or our mirror download directory http://zeosdownloads.firmos.at/downloads/

FBClone 2.2.1 released – This is not only a bugfix version it can “normalize” a multi charset database

FBClone 2.2.1 is released to google code
This is more than a “bugfix release” for FBClone here are a few of new features and fixes:
-It Can “normalize” a multi charset database by ignoring all “character set” definitions from source db
See flags -ics -ko in combination with -tc UTF8.
-It supports domains in SP parameters as well as NOT NULL, TYPE OF and COLLATE.
-It’s changed creation order of UNIQUE/FOREIGN and VIEW TRG/TABLE TRG as suggested by users in issues.

You need to use it from command line and specify the source and target database
fbclone source employee.fdb target new_db.fdb user sysdba password *****
News via Pierre Yager tweet

Lazarus Free Pascal RAD IDE 1.0 RC2 is released

The Lazarus team is glad to announce that Lazarus 1.0RC2 is available for download at the SourceForge download page:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU / OS / distro and then the 1.0RC2 directory.

Minimum requirements:
Windows:       98, 2k, XP, Vista, 7, 32 or 64bit
FreeBSD/Linux: gtk 2.8 or qt4.5, 32 or 64bit
Mac OS X:      10.4, LCL only 32bit, non LCL apps can be 64bit

This release has been built with fpc 2.6.0 (the former release 0.9.30.4 was
built with that too).

The svn tag is
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_0_RC2

The list of changes:
http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes

#AnyDAC Summer 2012 v 6.0.1 – #Delphi Components for Firebird, Interbase and more

DA-SOFT Technologies announces the availability of major new version AnyDAC for Delphi Summer 2012 release v 6.0.1 – high-speed, Universal Data Access Components for Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, MS Access, IBM DB2, Sybase SQL Anywhere, Informix, Advantage, dbExpress, ODBC, that simplifies the task of building Embarcadero Delphi, C++Builder and Free Pascal Compiler database applications.

Do not miss the Summer sale25% discount on all AnyDAC orders in August !

AnyDAC for Delphi can be immediately downloaded from the download page.

What is new in v6.0.1 and what is AnyDAC ?

#AnyDAC Spring 2012 v 5.0.7 – #Delphi Components for Firebird, Interbase and more

DA-SOFT Technologies announces the availability of AnyDAC for Delphi Spring 2012 release v 5.0.7.2333 – high-speed, Universal Data Access Components for Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, MS Access, IBM DB2, Sybase SQL Anywhere, Informix, Advantage, dbExpress, ODBC, that simplifies the task of building Embarcadero Delphi, C++Builder and Free Pascal Compiler database applications.

AnyDAC for Delphi can be immediately downloaded from the download page.

What is new in v5.0.7 and what is AnyDAC ?

Kitto – A framework for creating data-driven web applications with Delphi and ExtJS

Kitto allows to create Rich Internet Applications based on a data model that can be mapped onto any database. The client-side part uses ExtJS (through the ExtPascal library) to create a fully AJAX application, allowing you to build standard and advanced data-manipulating forms in a fraction of the time.

Kitto is aimed at Delphi developers that need to create web application without delving into the intricacies of HTML, CSS, Javascript or learning to use a particular library such as ExtJS, yet it allows access to the bare metal if required.

Kitto includes a database-agnostic data-access layer, allowing to create applications that work on any database engine and port applications between database engines.

A Kitto application is described in a set of easily maintained YAML files, keeping definitions abstract and declarative and allowing for future extensions. Business rules are enforced either declaratively or through small javascript fragments on the client, or in Delphi code on the server.

Kitto was designed by Nando Dessena and its development is sponsored by Ethea, which uses Kitto for internal development projects and client work and provides Kitto-related tools, support and development services.

Start here for further information.

The getting started guide can be tested with Firebird and Delphi

 

FBClone version 2.1.4 is released (bugfix release)

FBClone v2.1.4 is released .This is a “bugfix release” (field “XxX” not found when used against case sensitive databases.)

FBClone can clone a Firebird database in one shot (instead of backup/restore cycle) and pump data from one database to another with the same structure, it handles metadata / data charset conversion and may be useful to ease database owner change process or to migrate a database between two different firebird versions (eg. 2.1 -> 1.5)

1 2 3 4 8