|
AidAim Software has released EasyTable v.2.10.
Starting from this version, EasyTable is avaivable for Delphi 4 and C++ Builder 4 as well as for Delphi 5, Delphi 6 and C++ Builder 5.
Now EasyTable supports such Table's features as Key and Range methods, so, EasyTable now supports all the basic TTable capabilities, providing some special ones along, which makes it quite a handly developing tool.
Besides, EasyTable had been essentially changed in order to support Shareable In Memory capabilities. Developers using our product will now be able to work with the same table using several TEasyTable components at a time.
Another one important new feature is that we brought in the in-memory mode for operating upon small sized databases in memory. In this mode recording to disc is executed when necessary by means of calling the SaveTable method, which may give a certain advantadge in speed when working with databases which may be read to perating storage as a whole, due to their size. Here we must remind you that EasyTable has its own cache for working with disc, so we recommend that you try and determine, whether the in-memory mode will bring you any advantage in speed in your case.
We have also improved the support of large-size tables. Now working with great number of records will speed up essentially.
Moreover, now EasyTable consists of two components. We added TEasyDatabase component which is TDatabase replacement for more convenience in keeping several tables in a single directory, as an interim increment to creation of flat-format (all the database tables in a single file). This feature will also appear soon in one of the closest releases.
Related Discussions - WHICH IST THE BEST SERVICE TO SELL SOFTWARE (CREDITCARD ETC.) (2001-01-05 09:33:08)Have a look at www.shareit.com. I use those service since 2 years and they are very reliable.
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- RESTRICTING USERS OF AN APPLICATION IN A NETWORK SITUATION (2001-01-10 00:56:12)This would be a simple solution.
program OnlyOneOpen;
uses
Forms, SysUtils, classes, windows, dialogs,
uSingleRun in 'uSingleRun.pas'...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- BDE INSTALLATION KIT (2001-01-11 03:04:48)Yes, you can install BDE without the use of InstallShield.
(Even thu it's easy'er to do it with InstallShield Express)
First you need all of...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 14:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
- DATABASE DESKTOP CLONE (2001-01-18 15:37:48)It depends on your database format. If you use DBase, check www.grifsolu.com. They develop a BDE-replacement and they supply a file...
- REBUILD INDEXES IN PARADOX 7 (2001-01-21 23:21:14){If you use the DBgrid and DBNavigator to delete records in a table
which has unique fields, you will find that the table grows
relentlessly and...
- ADD D5- BASED COMMUNICATION PACKAGE AS SERVICE IN OUTLOOK (2001-01-18 11:54:46)Did you try to use this package as DDE or OLE Server?. If it works fine, you need a program that look a email account at defined intervals (every...
|