Tag Archive for: Delphi

Implementing Failover and Load Balancing in DataSnap 2010

Categories:DelphiTags: ,

Here I am with another post about DataSnap 2010. This time we will to talk about HTTP Tunneling which allows you to implement redundant solutions like Failover and Load Balancing in DataSnap applications. Questions about this subject are very frequent and I will give you, as an example, an overview using Failover. After reading this [...]

Read more

DataSnap 2010 – sending and receiving objects

Categories:DelphiTags: , ,

If you start to use or migrate your application to the new DataSnap you may ask how to transfer objects between client/server. The data types allowed to be transfered in DataSnap 2009 is limited to the dbExpress data types, but in DataSnap 2010 part of Delphi 2010 you are allowed to transfer any kind of [...]

Read more

DataSnap 2010 authentication throught TCP/IP Transport

Categories:DelphiTags: ,

One of the common questions that I get asked about DataSnap is related to authentication in a DataSnap Server using TCP/IP as the transport (TDSTCPServerTransporter component). If you are considering the HTTP transporter it is not a problem, the authentication component is there and provides an event for this. It makes sense to ask about [...]

Read more

Delphi 2009 Handbook translation for Portuguese “Recursos Avançados do Delphi”

Categories:DelphiTags: ,

Infopress publisher the translation of Marco Cantú Delphi 2009 Handbook, the name of the book in portuguese is Recursos Avançados do Delphi, brings 416 pages and is great to way to keep up to date with the new Delphi features, I recommend.

Read more

Delphi 2010 launch in Brazil

Categories:DelphiTags:

This week I’m in Brazil visiting customers and talking with community members, yesterday was the event about Delph 2010 in Sao Paulo, a full day training in Delphi 2010, 400 developers, people very happy with this release. We could do another day training, too much features on this release . I just wanna say thank [...]

Read more

Video: New dbExpress driver for Firebird in Delphi 2010 and C++Builder 2010

Categories:DelphiTags: , , , ,

Ok, the Firebird community asked for and now they have in RAD Studio 2010 a new dbExpress driver for Firebird, full support including the dbExpress framework, check this video out. For more information about RAD Studio 2010 click here Also I recommend you to watch the new sneak peek video about other new database features [...]

Read more

Video: How to configure Delphi 2010 to look, work, and feel like Delphi 7

Categories:DelphiTags: ,

During my Delphi 2010 IDE videos I presented the return of Delphi 7 Component Toolbar. I received some questions about how to change the IDE layout to work like Delphi 7, below a Delphi 2010 screen shot reproducing the same Delphi 7 layout. You get not only the same layout, but some of the other [...]

Read more

Background Compilation in Delphi 2010 and C++Builder 2010

Categories:C++Builder, DelphiTags: ,

Both Delphi and C++ compilers now allow you to perform background compilation — that is, you can start a compile running as a separate and parallel thread and continue working in the IDE while the compiler compiles your project. You can continue to work in the IDE while a background compilation runs. For example, you [...]

Read more

Video: The old Component Toolbar is back and better in RAD Studio 2010

Categories:C++Builder, DelphiTags: , ,

We hear a lot of developers like the old Component Toolbar from Delphi 7/C++Builder 6, and consider that one of reason not to move to the new release. In RAD Studio 2010 you can now use the old Component Toolbar and/or the new Tool Palette. To activate the Component Toolbar just right click on the [...]

Read more

Video: Check this out some of the new IDE features in Delphi 2010 and C++Builder 2010

Categories:C++Builder, DelphiTags: , ,

Watch this video and learn some of the great new features implemented in Delphi 2010 and C++Builder 2010, both part of the RAD Studio 2010.

Read more