|
ANN: Announcing the RemObjects AnyDAC 2.0 "Summer 2009" Release
RemObjects Software is happy to announce the immediate availability of our 'Summer 2009' releases, including an updated release of AnyDAC 2.0 for Delphi.
As always, these new releases are available as free updates for all customers with an active subscription. A new 30-day trial version is available as well.
WHAT IS ANYDAC?
AnyDAC is a unique set of universal Data Access Components for developing cross-database applications on CodeGear Delphi, C++Builder and Free Pascal. With its powerful common architecture AnyDAC enables native high-speed access to all major database systems.
Based on 10 years of experience writing drivers for specific database back-ends, AnyDAC was built as a powerful access layer that supports all the features needed to to build real-world high-load applications. It provides a common API for accessing different database back ends, without giving up access to unique database-specific features, or compromising on performance.
WHAT'S NEW IN THE "SUMMER 2009" RELEASE?
A main focus for AnyDAC in the 'Summer 2009' release was to further increase performance by significantly optimizing all areas of the product, resulting in noticeable improvements between 10% and 30% in data access speed. In addition, the multi-threading support was reviewed and improved, and a lot of customer feedback and requests have been implemented.
Major enhancements were also made in the area of FPC support, which now extends to 32-but Linux, in addition to Windows.
Related Discussions - GETKEYBOARDSTATE TOGGLES,I DONT WANT TO. (2001-01-08 01:10:05)var
KS: TKeyboardstate;
begin
GetKeyBoardState(KS);
if KS > 1 then
label1.caption := 'Ctrl Key Down'
else label1.caption := 'Ctrl Key...
- CREATING SHORTCUTS (2001-01-28 01:16:27)This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work.
If it won't, tell me and I'll...
- WHAT ABOUT SMTP AUTHENTIFICATION? DO YOU HAVE SOME COMPONENT ....? (2001-02-07 20:59:53)Yes, there is one. I think the latest and greates release of Indy (formerly known as Winshoes) allows you SMTP authentication. You just have to...
- HOW TO TRANSFER FILES SECURELY? (2001-02-09 07:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- HOW TO ACCES MORE THAN 1 KEY AT ONCE? (2001-02-16 00:09:07)Thx, but I found out for myself ;)
- CONNECTING TO MICROSOFT SQL 97/2000 SERVER WITHOUT BDE? (2001-02-19 13:31:28)ADO Components should be embedded into the exe you made. The only thing your users will need to do is configure ODBC drivers and specify...
- SIMULATE THE PRESSING OF KEYS IN OTHER APPLICATIONS. (2001-02-20 04:37:41)well u r asking for quite a bit and so will naturally have to do a lot too
so here it goes
This is a library that I came across that does...
- WHAT IS THE DIFFERENCE BETWEEN DELPHI 6 AND KYLIX? (2001-02-27 07:13:31)Yes, it should be available some time around April or perhaps around May. I called Borland, and that's the answer I got from them.
- DELPHI TO C++.. THE "WITH" RESERVED WORD. WHAT IS IT IN C++? (2001-03-07 06:46:28)It is possible to use a C macro to create this. I had a
need for this last year, no longer have the code.
Sorry!
BTW: I have seen similar...
- HOW CAN I CREATE A GRADIENT MENU LIKE THE STARTMENU IN WIN2K? (2001-03-06 04:37:32)First, insert an item at the bottom of your menu. Give it "-" caption (separator), so the user can't click on it. Put "mbBreak" in the break...
|