Archive for November, 2008
CodeRage III - Presentaciones en español
De 1 a 5 de Diciembre será realizado el CodeRage III, conferencia en línea de Embarcadero Technologies, con presentaciones en inglés, portugués y Español y abordaje totalmente técnica, CodeRage traerá varias presentaciones sobre Delphi, JBuilder, Delphi para PHP, C++ Builder, Delphi Prism, InterBase, RapidSQL, Change Manager, ER/Studio, DBOptimizer y otras herramientas y tecnologías.
Abajo una lista [...]
Posted by Andreano Lanusse on November 19th, 2008 under Events, Spanish | 2 Comments »Delphi Prism Language - What you can do
Delphi Prism brings a lot of new features in the language, here a list of new thinks you can do.
Variable everywhere and create a instance at the same time you declare.
var
path : String := System.IO.Path.GetFullPath(tbDatabase.Text);
db : DataContext := new DataContext(path);
begin
var i : Integer := 0;
var contacts := from contact in db.GetTable<Contact>() [...]
DbxExpress Metadata no Delphi 2009
Um dos recursos mais legais do dbExpress é a capacidade de criar tabelas, chaves primárias e chaves estrangeiras (foreign keys) através das classes do dbx metadata.
O código abaixo cria 2 tabelas: Country e State, adiciona chave primária em ambas as tabelas e um relacionamento (foreign key) entre as duas, tudo usando o dbx metadata. Este [...]
TIOBE: Delphi is still on the rise
TIOBE Index for November indicates that Delphi is number 8.
Delphi is competing for TIOBE’s "Language of the Year 2008 Award" together with C++ and Python.
Share This | Email this page to a friend
DbxExpress Metadata in Delphi 2009
One of the really cool dbExpress features is the capability to create tables, primary keys and foreign keys through the dbx metadata classes.
The code below, create 2 tables: Country and State, add primary key in both tables and a relationship (foreign key) between the 2 tables, all using dbx metadata. Also I used BlackfishSQL as database, [...]
Delphi 2009 Update 1 disponible para download
Delphi 2009 Update 1 está disponible para download, todas las informaciones sobre como actualizar están disponibles a través del Release Notes, así como la lista de correciones efectuadas.
La actualización puede ser hecha automáticamente a través del Check for Updates do su IDE o manual, efectuando el download en la área de usuarios registrados.
Después de [...]
Delphi 2009 Update 1 disponível para download
Delphi 2009 Update 1 está disponível para download, todas informações sobre como atualizar estão disponíveis no Release Notes, assim como a lista de correções efetuadas.
A atualização pode ser feita automaticamente através do Check for Updates do seu IDE ou manual, efetuando o download na área de usuários registrados.
Após efetuar o download, a tela de About [...]
Server Response from: blog1.codegear.com
