|
ANN: EasyTable v.6.40 - local single file Delphi database
AidAim Software is pleased to announce EasyTable version 6.40.
Delphi and C++ Builder 2010 support added.
Also, some bugs were fixed.
Full list of the changes being made is published here: http://www.aidaim.com/info/news.php
EasyTable is a compact yet powerful local BDE replacement. The key features of the EasyTable are: fast data access and high search speed especially in case of small databases, SQL (DML & DDL), strong database as well as table encryption, BLOB compression, single database file, multi-thread access, ODBC Driver.
Best regards, Ella Perelman AidAim Software
Database, networking, data compression and encryption components for software developers.
Related Discussions - HOW TO SEND OUTPUT TO PRINTER DIRECTLY (2001-01-29 16:29:50)Hi Use this code to send Escape code to my POS printer but you can modify the code alittle to fit youre need.
type
TPassThroughData = record...
- HOW CAN I DEACTIVE DIAL-UP CONECTION? (2001-01-28 11:54:30)A guy named Ruben recently gave me this answer when I asked nearly the same question.........
----------------------------------------------------...
- SIMPLE EMAIL QUESTION (2001-01-30 07:40:08)Here is the MemoryStreamToWebBrowser example I promised:
// This writes a MemoryStream to the WebBrowser document
// without using any disk...
- MORE EXPLAIN (RUN AN APPLICATION BEFORE ALL OTHERS) (2001-01-26 15:11:58)There are other ways... You can make a boot disk. Anyway, your install program will be a DOS program. BUT, if you put your program in RunServices,...
- 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...
- DELETING THE EXEFILE... (2001-01-28 04:05:04)function CreateTempFileName: string;
var TempDir: array of Char;
count, len: LongInt;
dummy, sec: Word;
start: string;
begin...
- DIAL UP CONNECTION FOLDER (2001-01-29 09:11:29)For people who will read the last answer, sorry, I made a mistake : I forgot a parameter... Add ", false" after the key name in Reg.OpenKey......
- HOW DO I DEACTIVATE A CONDITIONAL DEFINE INSIDE A .INC FILE? (2001-01-29 09:16:27)For example, put
{off $DEFINE DCS}
- SAVE PAINTBOX IN BMP? (2001-01-28 04:07:30)I think you just forget to set your bitmap width and height...
BM.Heihgt:=h
BM.Width:=w
- PLEASE HELP IMAGE DOWNLOADER... (2001-01-28 17:17:26)Hey!
Ok... Here's a sample application. I made a sample unit for you and it works and does just what you need. Here's the code:
unit Unit1;...
|