06/04/2013
AidAim Software released SQLMemTable v.7.00. RAD Studio XE4 is now supported.
Download the newest trial version to try before you buy it.
05/30/2013
Accuracer VCL v.8.00 is released now.
In this release Delphi XE4 support is added.
Starting with v.7.00, Accuracer Database System support x64 platform, and TCP/IP protocol in client-server edition.
Download the newest trial version to try Accuracer v.8.00.
05/29/2013
Accuracer VCL v.7.10 is released.
Since the version 7.00, we added Delphi XE3 support, limited x64 platform support, and TCP/IP protocol in client-server edition.
In the newest v.7.10 problems with date, time and datetime values conversion in Delphi XE3 were solved.
Download the newest trial version to try Accuracer v.7.10 for free.
04/16/2013
CryptoPressStream v.4.00 has been released.
Delphi XE3 support was added.
PPMI compression algorithm added in both 32-bit and 64-bit platforms (provides better compression rate than PPM).
PPM variant 'I' is used in 7zip.
PPMI is supported in XE2 and XE3. It is switched off in old compilers.
Note: the data format is different under 64-bit and 32-bit.
Please download a trial version for free to try it before you buy it.
04/02/2013
CryptoPressStream v.3.10 released.
Delphi and C++ Builder XE2 (64-bit) is now supported.
Download a trial version to try before buy.
03/28/2013
Accuracer VCL v.7.00 released.
In this release we add Delphi XE3 support, limited x64 platform support, TCP/IP protocol in client-server edition.
Download the newest trial version to try Accuracer v.7.00.
09/28/2012
AidAim Software released SQLMemTable v.5.20. Some minor bugs were fixed.
Download the newest trial version to try before you buy it.
09/12/2012
AidAim Software released SQLMemTable v.5.10, unique in-memory database with SQL support.
Now SQLMemTable supports x64 platform on RAD Studio XE2.
Download the newest trial version to try before you buy it.
02/02/2012
AidAim Software released EasyTable version 7.00.
Support for Rad Studio XE2 (Delphi/C++Builder Win32 compilers) being added
in this version. 64-bit will be supported in v.7.10.
Download EasyTable Free trial version to try before purchase.
01/31/2012
Single File System v.3.00 has been released.
New Delphi and C++ Builder XE2 32-bit edition released. 64-bit compilers will be supported since v.3.10.
Here you can download the newest trial version for evaluation before purchasing.
01/30/2012
CryptoPressStream v.3.00 released.
Delphi and C++ Builder XE2 (32-bit) is now supported. 64-bit support will be available in v.3.10 coming soon.
Download a trial version to try before buy.
10/27/2011
MsgCommunicator v.5.00 has been released.
Now it supports RAD Studio XE2.
Also, SendFile demo bug in Delpi XE has been fixed.
Here you can download trial version of MsgCommunicator to try before purchase.
10/19/2011
AidAim Software released SQLMemTable v.5.00, unique in-memory database with SQL support.
Now SQLMemTable is much more powerful.
New memory table SQL engine from Accuracer v.6 - 100% Unicode, more fast and powerful.
Stored functions and procedures are supported.
Full Views support.
Correlated subqueries are now supported in SELECT, UPDATE and DELETE statements.
ANY / SOME and ALL operators implemented for SQL statements with subqueries.
CAST operator extended - now it supports size restriction on string data types, like Char(20).
CONSTRAINT keyword is now supported in DDL statements (NULL, NOT NULL, FOREIGN KEY).
Database designer added in design time package (double click TSQLMemDatabase).
TSQLMemQuery now has SQL designer (double-click in IDE).
New editor for SQL property of TACRQuery supports loading / saving Unicode SQL scripts in all IDE versions.
Rad Stuido XE2 supported.
And much more! Read a list of New capabilities in SQLMemTable v.5 to learn new functionality.
Download the newest trial version to try before you buy it.
10/06/2011
Accuracer VCL v.6.00 Beta Build #2 released.
Now when you buy Accuracer VCL, you get two licenses, for the Accuracer v.6.XX
and for Accuracer v.5.90.
In this release we add RAD Studio XE2 support.
Views are fully supported (WITH CHECK OPTION). CREATE VIEW, DROP VIEW SQL statements were added.
CreateView and DropView methods added to TACRDatabase.
Download the newest trial version to try Accuracer v.6.00 Beta.
06/23/2011
MsgCommunicator v.4.51 has been released.
Some improvements in On-Line/Off-Line logic were made.
Now client do not change on-line user status to off-line after server
shutdown in case there is a direct session.
Also, on-line user status changes to off-line after server shutdown in
case there is no direct session with this user.
Some bugs have been fixed.
Here you can download trial version of MsgCommunicator to try before purchase.
04/27/2011
MsgCommunicator Database Pack v.1.10 has been released.
Now MsgCommunicator Database Pack contains database module and demos to support Firebird via FIBPlus components.
Here you can download MsgCommunicator Database Pack ExeDemo to try before purchase.
04/22/2011
MsgCommunicator v.4.50 has been released.
New Disconnect methods in TMsgServer to disconnect client by Host:Port or by SessionID.
Optimization in network engine: new faster grouping packet resend mechanism.
Developer's Guide was enhanced, Component Reference was updated.
Changes and improvements in Client, Server, LoginByName and PeerToPeer demos.
Some bugs have been fixed.
Here you can download trial version of MsgCommunicator to try before purchase.
03/31/2011
Accuracer VCL v.6.00 Beta Build #1 released.
Now when you buy Accuracer VCL, you get two licenses, for the Accuracer v.6.XX
and for Accuracer v.5.90.
In this release we add view functionality.
Views are fully supported (WITH CHECK OPTION). CREATE VIEW, DROP VIEW SQL statements were added.
CreateView and DropView methods added to TACRDatabase.
Download the newest trial version to try Accuracer v.6.00 Beta.
03/30/2011
Accuracer ODBC Driver v.4.02 released.
New functionality of Accuracer v.5.90 was added.
SQL parameters functionality has been rewrited.
DSN Setup form resizing bug in case of screen scaling is fixed.
Here you can download the newest trial version.
03/23/2011
Accuracer VCL v.5.90 has been released.
New features were added:
1. Property CaseInsensitive added to TACRDatabase and TACRDataset.
2. New SQL data types supported: GUID and NUMERIC (DECIMAL).
3. CONSTRAINT keyword is now supported in DDL statements (NULL, NOT NULL, FOREIGN KEY).
4. Expressions parsing was essentially improved.
5. DIV synonym of the division operator added - the same as "/".
6. New SQL functions added: ACOS, ASCII, ASIN, ATAN, ATAN2, CHR, CONCAT, COS, COT, EXP, LN, LOG, LOG10, PI, REPEAT, REPLACE, SIN, STDDEV, SQR, SQRT, TAN.
7. ACRManager updated - setting CaseInsensitive added.
Most of reported bugs were fixed.
Download the newest trial version to try Accuracer now
and read History.txt file to know about all the changes being made.
Past News...
Custom Development
Custom Development for you -
Delphi and
C++ Builder !
Experts in Database, Networking, Data Compression and Encryption.
15+ years experience.
Contact Us!