|
AidAim Software releases EasyTable 6.01
AidAim Software releases EasyTable 6.01.
EasyTable is BDE alternative database system with SQL support.
Key features:
-------------
- No BDE, no DLLs, no OCX
- SQL'92 and DDL support
- Storing multiple tables inside the single database file
- Compiles right into EXE
- Small footprint
- High performance
- Table and database encryption
- BLOB compression
- Shareable-in-memory tables
- In-memory tables with SQL
- Comprehensive help. More than 20 demos for Delphi and C++ Builder
- Fully compatible with TTable, TQuery and standard DB-aware controls
- Database inside the executable file
- Mutli-thread access
For a more detailed list of EasyTable features,
please visit http://www.aidaim.com
Best regards,
Leo Martin,
AidAim Software LLC,
http://www.aidaim.com
Compression, encryption and database components
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'...
- 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...
- IP SPOOFING (2001-01-22 12:08:36)The IP address is added to the header of your message at
your ISP's SMPT server. There is a product out that is
essentially a "built-in" SMPT...
|