⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 overview.htm

📁 Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). Th
💻 HTM
字号:
<html>
<head>
   <title>Overview</title>
</head>

<!--#include virtual="/inc/header.php"-->


<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
  <tr>
    <td align="left">
      
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>Overview
<br>
</b></span>
    </td>
    <td align="right">
     <font face="Arial" size="2">
     
     <a href="overview.htm">Top</a>&nbsp;
     <a href="gettinghelp.htm">Next</a>
     </font>
    </td>
  </tr>
</table>
<br><br>



<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">
<br>
Absolute Database is a BDE alternative database system.With Absolute Database you will not need special installation and configuration, it compiles right into your application. 
<br>
Some of Absolute DB key features are listed below:
<br>

<br>
<b>Ease of Deployment </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;No BDE, no DLLs, No OCXs
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;No special installation or configuration required 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Database engine compiles right into EXE 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Single-file database format 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Database file could be merged with the application EXE file 
<br>

<br>
<b>High Speed </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Advanced cache management and buffering architecture 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Sophisticated SQL query and filter optimizer 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Special optimized database engine for temporary results of SQL queries 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Fast B*-Tree indexes with high-speed on thousands and on millions of records 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Buffered transactions for batch inserts, updates and deletes 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;In-memory tables for fast operations with data loaded into memory 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Optimization for read-only databases, such as databases on CD 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;High-concurrency design for multi-threaded applications 
<br>

<br>
<b>Multi-User </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Zero-admin file-server 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Automatic record and table locking 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Automatic detection of changes made by other users 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Configurable limit of concurrent connections 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Easy switching between single-user and multi-user mode 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Full transactions support with ReadCommited isolation level 
<br>

<br>
<b>SQL Support 
<br>
</b><font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;SELECT with DISTINCT, INNER LEFT, RIGHT, FULL and OUTER JOIN, GROUP BY and ORDER BY clauses 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;CREATE TABLE, DROP TABLE, ALTER TABLE statements 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;CREATE INDEX, DROP INDEX statements 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;INSERT, UPDATE, DELETE statements 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;BETWEEN, IN, LIKE, IS NULL, EXISTS operators 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Aggregate functions COUNT,SUM,MIN,MAX,AVG 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Most of all SQL'92 arithmetic, logical, date-time and string functions and operators 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Data types conversion by function CAST 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;SQL scripts (multiple statements separated by ';') 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Parameters in queries 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;SELECT from several databases in one query 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Correlated and non-correlated subqueries 
<br>

<br>
<b>Compactness </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Small size of code added into the application by the database engine units 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Small database file size achieved by customizable page size, compression of table metadata and other special means 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Automatic free space recycling for data records, index pages, and BLOB blocks 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Fast BLOB data compression 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Short indexes for string fields 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Low memory consumption 
<br>

<br>
<b>Compatibility </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Support of most of TTable field data types, including BLOB fields 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Full compatibility with standard DB-aware visual controls such as QuickReport, DBGrid, DBNavigator, DBImage, DBMemo, DBRichEdit and others 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Calculated and lookup fields 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Most of TTable functions including Key and Range methods 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Support for the IProvider interface (TClientDataSet) 
<br>

<br>
<b>Functionality </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Unicode support in String and Memo fields 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Multiple-fields indexes with descending, ascending, case-sensitive and insensitive options 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Shareable tables 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Default values support 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Min, max and not null constraints on field values 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Export to SQL script (reverse engineering) 
<br>

<br>
<b>Security </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Strong encryption of database file 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Variety of supported encryption algorithms: Rijndael, the Advanced Encryption Standard (AES) winner 128 bit key, Rijndael 256 bit key, Blowfish 448 bit key, Twofish 128 bit key, Twofish 256 bit key, Square, Single DES and Triple DES 
<br>

<br>
<b>Reliability </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Repair database in case of hardware failure or operating system error caused by another application 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Auto-detect of database corruption and automatic repair of database file 
<br>

<br>
<b>Convenience </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Table restructuring being performed in the easiest way keeping all the existing data 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Data importing from and exporting to any dataset 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Internationalization / localization support by use of current system locale 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Displaying progress during potentially slow operations with the tables and databases 
<br>

<br>
<b>Utilities </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;DBImportExport utility to transfer your existing tables from database systems with BDE driver, such as Paradox, Interbase, Access, Oracle, SQL Server to Absolute Database format and vice versa. 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Absolute Database Manager to manage a database easily and to perform all supported operations with tables and database file 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;With Absolute Database Manager you could also easily execute SQL queries 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;All utilities come with the full source code and can be used as an advanced examples 
<br>

<br>
<b>Ease of Development </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Full compatibility with TTable, TQuery, TSession and TDatabase components 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Extensive Developer's Manual covering every development issue. 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Large number of demos illustrating wide range of use cases 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Prompt and responsive technical support 
<br>

<br>
<b>Cost-Effectiveness </b>
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;100% royalty-free, i.e. there is no additional licensing fees no matter how many times you deploy the application 
<br>
<font face="Symbol" size="2" color="#000000">&#183;</font>&nbsp;&nbsp;&nbsp;Flexible licensing: source code and no source code versions, multi-developers licenses 
<br>

<br>

<br>
</span>

<!--#include virtual="/inc/footer.php"--> 
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -