|
[ANN] EasyTable 6.05
Hello,
AidAim Software released EasyTable 6.05.
What's new in this version?
Now EasyTable supports searching and filtering on Memo fields, including SQL statments.
New demo MemoSearch was added.
Some minor bugs were fixed.
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
- Capability of database embedding inside the executable file
- ODBC Dirver
- Mutli-thread access
- Full source code included
For a more detailed list of EasyTable features,
please visit http://www.aidaim.com
Best regards,
Leo Martin,
AidAim Software,
http://www.aidaim.com
Database, networking, data compression and encryption
components for software developers.
Related Discussions - GETTING THE CURRENT DOMAIN NAME (2001-07-27 05:41:20)Hey man, be careful, LörAn is not the abreviation of 'Laure-Anne' nor 'Ann-Laure' or anything like this. My name's Laurent, which is a french MALE...
- WORK WITH A PARADOX TABLE WHITHOUT BDE? (2001-08-15 06:39:04)If you want to use Paradox tables and no BDE, you can use
ADO and the Paradox ODBC driver.
I'd use on of the third-party solution as suggested...
- ABOUT PARADOX (2001-08-15 09:01:11)Hello,
Here is the link to easytable and dbisam.
easytable
http://www.aidaim.com/main.htm
dbisam
http://www.elevatesoft.com/...
- BEST FREEWARE BDE REPLACEMENT? (2001-11-15 02:21:40)Sorry, I forgot to put it the last time...
Unfortunately, their base web site doesn't seem to be there any more. To my surprise it's not on the...
- HOW TO SET FILTER TO A DBMEMO? (2001-12-02 10:24:01)Hello!
The easiest way is to use Table.OnFilterRecord event handler where you could access Memo field data by means of Blob stream....
- WHAT FILES NEED INSTALL TO THE ATHER PC TO BE ABLE TO WORK DATABASE? (2001-12-02 14:40:03)Hello,
There is a program called InstallShield that came with delphi. Create a new project with that program, there you will have the option of...
- HELP ME..PLEASE.... (2001-12-29 09:59:41)Hello,
Delphi BDE has this feature already built in.
You can try to password protect your Tables. That way any who doesnt know it , cant just...
- UNCOMPILER FOR DELPHI? (2002-01-01 00:56:06)Remember that the question about a decompalier for delphi?
but it looks like there is no such thing.
Regards,
softnh
- HOW TO SORT A DB GRID AND STRINGGRID (2002-01-01 08:44:58)Hello, Heddock!
1) TStringGrid can be sorted only manually (if you will add information in Cells array in right order, using QSort for example...
- TCUSTOMDATASET AND FTMEMO FIELD TYPE (2002-01-11 07:23:17)But did you define your ClientBlobStream object?
How it's done in TClientDataSet:
{ TClientBlobStream }
TClientBlobStream =...
|