#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 ?

Database Workbench 4.3.0 released

Upscene Productions is proud to announce the next
version of the popular multi-DBMS development tool:

Database Workbench 4.3.0 Pro

For more information, see here.

Changes include:

  • Stored Procedure, Function and Trigger Debugger for MySQL
  • Incremental search of data in SQL, Table & View Editor
  • Syntax check in Trigger Editor for Firebird & InterBase

And much more: click here for the full list of changes in v4.3.0

The free Lite Editions will be released later.

Database Workbench supports:
– Borland InterBase (6.x – XE )
– Firebird ( 1.x, 2.x )
– MS SQL Server/MSDE ( 7, 2000, 2005, 2008, MSDE 1 & 2, SQL Express )
– MySQL 4.x, 5.x
– Oracle Database ( 8i, 9i, 10g, 11g )
– Sybase SQL Anywhere ( 9, 10, 11 and 12 )
– NexusDB ( 3.0 and up )

You like this news? Twitter it! Share it! Blog about it!

ANN: IB LogManager V2.12.0 released

Upscene Productions is proud to announce IB LogManager V2.12.0, the only specialized Change-Data-Capture (CDC) product for Firebird and InterBase on the market.

More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731

This release adds support for Unicode across the entire product family and several enhancements/bugfixes in the IBLMPump and IBLMRedo_cmd addons, which makes the database standby feature (uni-directional replication) even more powerful/reliable.

A screencast on how to setup a (hot)-standby database environment with the IB LogManager product family is available here:
http://www.iblogmanager.com/download/demos/iblm/iblm_hotstandby.htm

More information on the product is available in the IB LogManager section on our website:
http://www.upscene.com/go/?go=iblm

ANN: FB TraceManager V2.5.4 available (Trace SWEEP)

Upscene Productions is proud to announce FB TraceManager V2.5.4, a professional environment to monitor, profile, trace and optimize Firebird databases.

More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731b

This release adds support for the new Firebird 2.5.2 sweep tracing capabilities via the Trace API across the entire product (trace configuration “log_sweep”, parser, trace data storage etc.).

A ~ 4min. screencast is available here:
http://ts.upscene.com/download/demos/fbtm/fbtm_sweep_tracing.htm

More information on the product is available in the FB TraceManager section on our website, including an edition comparison sheet, webcasts etc.:
http://www.upscene.com/go/?go=fbtm

Django 1.4 support for Firebird ready for tests

Maximiliano Robaina wrote on django-firebird group

I would just like to say that the first attempt to support django 1.4 is ready for test, but we have a few considerations related to this release.

First, this test version live in  github.com/maxirobaina/django-firebird
For now, this repo is just for test but I think that will be the next official home in short time.

Second, the way as insert worked was deprecated. At previous versions we have contemplated not to use triggers for manage auto incremental fields, the value of autoinc fields were generated on python code by using GEN_ID or NEXT VALUE FOR according to firebird version. Now, is necessary to have triggers (and sequences/generators) for inserts and set new primary key values, then, if you are using a legacy database without this, It will not work.
If anybody think that is a bad idea remove this behavior and need it, we can discuss about it.

Third, obviously django-firebird doesn’t pass all the django test suite.
For example, django try to create a field as decimal(38,30)

django.db.utils.DatabaseError: (-842, u’isc_dsql_prepare: \n  Dynamic SQL Error\n  SQL error code = -842\n  Precision must be from 1 to 18 — CREATE TABLE “MODEL_FIELDS_BIGD” (\n    “ID” integer NOT NULL PRIMARY KEY,\n    “D” decimal(38, 30) NOT NULL\n)\n;’)

And of course, we need to have our own test suite.

That is all. Feel free to try and to express your opinion.

1 51 52 53 54 55 147