|
ANN: Accuracer v.4.96, a single-file embedded Delphi database
AidAim Software is pleased to announce Accuracer VCL v.4.96.
New features added: 1. Compatibility with third-party DB-aware controls improved. 2. Delphi 2010 Weaver is now supported.
Some minor bugs were fixed. To learn a full list of changes, please, read news on our site: http://www.aidaim.com/info/news.php
Accuracer is a unique embedded single-file SQL database with a wide feature set. - Fast and easy-to-use, scalable from single-user to file-server and client-server. - Powerful database engine with transactions support and B+Tree indexes. - Strong encryption of entire database file with all possible settings. - True relational database - full foreign keys support and trigger events in TACRDatabase and TACRServer. - Cross-platform product - ODBC Driver and Kylix version available. - Ideal as BDE replacement - does not require any .dll and includes data transfer utility.
Here you can find detailed information about this unique Delphi database: http://www.accuracer.com/
Accuracer is currently available for the Borland Delphi, C++Builder and Kylix development environments in Single-User (SU), Multi-User (MU), and Client/Server (CS) versions with full source code (Pro) or without one (Std).
An evaluation version is available to download from AidAim web-site: http://www.aidaim.com/products/download.php
Best regards, Ella Perelman AidAim Software
http://www.aidaim.com
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;...
|