Archive for October, 2009

Alter Table

Alter table é um standard SQL, mas o Alter column é novo a partir do Firebird 1.5
Alter table “Some_Name”
Add “column_Name” Integer,            /* Add a new column              */
Drop “xyz”,                           /* Remove a column               */
Alter column “Order” to “Sort_Order”, /* changes the column name       */
Alter column “Order” position 3,      /* changes the column’s position */
Alter column “Order” [...]

Firebird Conference 19.-21.11.2009

This year’s Firebird Conference 2009 will take place from 19th-21st November 2009 for the first time in Munich, Germany. IBExpert KG will bring the best international speakers of the industry together with Firebird developers from all over the world to share the latest information on Firebird developments. The open source database system Firebird is [...]