文件名称:TinyDbXE
介绍说明--下载内容均来自于网络,请自行研究使用
TinyDB 是以VCL形式提供给Delphi/BCB程序员的一个小型桌面数据库引擎,目前包含TTinyTable, TTinyDatabase 和 TTinySession。-============================
TinyDB Engine Release Notes
=============================
CONTENTS
========
1. Overview
2. Contact Information
1. Overview
-----------
TinyDB is a small, fast and very reliable database engine for
developers in Delphi and C++Builder applications. It provides
access to a flat file in its own format without BDE, and
doesn t need any installation and configuration. With TinyDB
engine, all data can be stored in only one database file.
TinyDB engine is an ideal BDE replacement for small database
applications in Delphi and C++Builder, and soon also for Kylix.
TinyDB engine consists of TinyTable, TinyDatabase, TinySession
and TinyDB Desktop utility. TTinyTable is inherited from
TTinyDataSet which is a direct descendant from standard TDataSet.
It provides all the TDataSet s functions such as Filtering,
Searching, Sorting, Blob fields and it has some advanced features
such as database Encryption, blob fields Compression,
TinyDB Engine Release Notes
=============================
CONTENTS
========
1. Overview
2. Contact Information
1. Overview
-----------
TinyDB is a small, fast and very reliable database engine for
developers in Delphi and C++Builder applications. It provides
access to a flat file in its own format without BDE, and
doesn t need any installation and configuration. With TinyDB
engine, all data can be stored in only one database file.
TinyDB engine is an ideal BDE replacement for small database
applications in Delphi and C++Builder, and soon also for Kylix.
TinyDB engine consists of TinyTable, TinyDatabase, TinySession
and TinyDB Desktop utility. TTinyTable is inherited from
TTinyDataSet which is a direct descendant from standard TDataSet.
It provides all the TDataSet s functions such as Filtering,
Searching, Sorting, Blob fields and it has some advanced features
such as database Encryption, blob fields Compression,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TinyDbXE
........\Include
........\.......\BCB5
........\.......\....\Compress_Zlib.hpp
........\.......\....\DsgnIntf.hpp
........\.......\....\EncryptBase.hpp
........\.......\....\Enc_Blowfish.hpp
........\.......\....\Enc_Gost.hpp
........\.......\....\Enc_Twofish.hpp
........\.......\....\HashBase.hpp
........\.......\....\Hash_CheckSum.hpp
........\.......\....\Hash_MD.hpp
........\.......\....\Hash_RipeMD.hpp
........\.......\....\Hash_SHA.hpp
........\.......\....\TinyDB.hpp
........\.......\....\TinyDBReg.hpp
........\.......\....\ZlibUnit.hpp
........\.......\BCB6
........\.......\....\Compress_Zlib.hpp
........\.......\....\EncryptBase.hpp
........\.......\....\Enc_Blowfish.hpp
........\.......\....\Enc_Gost.hpp
........\.......\....\Enc_Twofish.hpp
........\.......\....\HashBase.hpp
........\.......\....\Hash_CheckSum.hpp
........\.......\....\Hash_MD.hpp
........\.......\....\Hash_RipeMD.hpp
........\.......\....\Hash_SHA.hpp
........\.......\....\TinyDB.hpp
........\.......\....\TinyDBReg.hpp
........\.......\....\ZlibUnit.hpp
........\Readme.txt
........\Samples
........\.......\Bcb
........\.......\...\DemoApp
........\.......\...\.......\DemoApp.bpr
........\.......\...\.......\DemoApp.cpp
........\.......\...\.......\DemoApp.res
........\.......\...\.......\MainFrm.cpp
........\.......\...\.......\MainFrm.dfm
........\.......\...\.......\MainFrm.h
........\.......\Delphi
........\.......\......\AddrBook
........\.......\......\........\AboutFrm.dfm
........\.......\......\........\AboutFrm.pas
........\.......\......\........\AddrBook.dpr
........\.......\......\........\AddrBook.dproj
........\.......\......\........\AddrBook.dproj.2007
........\.......\......\........\AddrBook.dproj.local
........\.......\......\........\AddrBook.drc
........\.......\......\........\AddrBook.identcache
........\.......\......\........\AddrBook.res
........\.......\......\........\AddrData.dat
........\.......\......\........\CardFrm.dfm
........\.......\......\........\CardFrm.pas
........\.......\......\........\ChgPwdFrm.dfm
........\.......\......\........\ChgPwdFrm.pas
........\.......\......\........\DB.pas
........\.......\......\........\InputFrm.dfm
........\.......\......\........\InputFrm.pas
........\.......\......\........\MainFrm.dfm
........\.......\......\........\MainFrm.pas
........\.......\......\........\MyEncAlgo.pas
........\.......\......\........\StrRes.pas
........\.......\......\Cipher
........\.......\......\......\AboutFrm.dcu
........\.......\......\......\AboutFrm.dfm
........\.......\......\......\AboutFrm.pas
........\.......\......\......\Cipher.dat
........\.......\......\......\Cipher.dpr
........\.......\......\......\Cipher.dproj
........\.......\......\......\Cipher.dproj.2007
........\.......\......\......\Cipher.dproj.local
........\.......\......\......\Cipher.exe
........\.......\......\......\Cipher.identcache
........\.......\......\......\Cipher.res
........\.......\......\......\InputFrm.dcu
........\.......\......\......\InputFrm.dfm
........\.......\......\......\InputFrm.pas
........\.......\......\......\MainFrm.dcu
........\.......\......\......\MainFrm.dfm
........\.......\......\......\MainFrm.pas
........\.......\......\......\PwdDataFrm.dcu
........\.......\......\......\PwdDataFrm.dfm
........\.......\......\......\PwdDataFrm.pas
........\.......\......\......\SetPwdFrm.dcu
........\.......\......\......\SetPwdFrm.dfm
........\.......\......\......\SetPwdFrm.pas
........\.......\......\......\StrRes.dcu
........\.......\......\......\StrRes.pas
........\.......\......\DemoApp
........\.......\......\.......\DemoApp.dpr
........\.......\......\.......\DemoApp.dproj
........\.......\......\.......\DemoApp.dproj.2007
........\.......\......\.......\DemoApp.dproj.local
........\.......\......\.......\DemoApp.drc
........\.......\......\.......\DemoApp.exe
........\.......\......\.......\DemoApp.identcache
........\.......\......\.......\DemoApp.map
........\.......\......\.......\DemoApp.res
........\Include
........\.......\BCB5
........\.......\....\Compress_Zlib.hpp
........\.......\....\DsgnIntf.hpp
........\.......\....\EncryptBase.hpp
........\.......\....\Enc_Blowfish.hpp
........\.......\....\Enc_Gost.hpp
........\.......\....\Enc_Twofish.hpp
........\.......\....\HashBase.hpp
........\.......\....\Hash_CheckSum.hpp
........\.......\....\Hash_MD.hpp
........\.......\....\Hash_RipeMD.hpp
........\.......\....\Hash_SHA.hpp
........\.......\....\TinyDB.hpp
........\.......\....\TinyDBReg.hpp
........\.......\....\ZlibUnit.hpp
........\.......\BCB6
........\.......\....\Compress_Zlib.hpp
........\.......\....\EncryptBase.hpp
........\.......\....\Enc_Blowfish.hpp
........\.......\....\Enc_Gost.hpp
........\.......\....\Enc_Twofish.hpp
........\.......\....\HashBase.hpp
........\.......\....\Hash_CheckSum.hpp
........\.......\....\Hash_MD.hpp
........\.......\....\Hash_RipeMD.hpp
........\.......\....\Hash_SHA.hpp
........\.......\....\TinyDB.hpp
........\.......\....\TinyDBReg.hpp
........\.......\....\ZlibUnit.hpp
........\Readme.txt
........\Samples
........\.......\Bcb
........\.......\...\DemoApp
........\.......\...\.......\DemoApp.bpr
........\.......\...\.......\DemoApp.cpp
........\.......\...\.......\DemoApp.res
........\.......\...\.......\MainFrm.cpp
........\.......\...\.......\MainFrm.dfm
........\.......\...\.......\MainFrm.h
........\.......\Delphi
........\.......\......\AddrBook
........\.......\......\........\AboutFrm.dfm
........\.......\......\........\AboutFrm.pas
........\.......\......\........\AddrBook.dpr
........\.......\......\........\AddrBook.dproj
........\.......\......\........\AddrBook.dproj.2007
........\.......\......\........\AddrBook.dproj.local
........\.......\......\........\AddrBook.drc
........\.......\......\........\AddrBook.identcache
........\.......\......\........\AddrBook.res
........\.......\......\........\AddrData.dat
........\.......\......\........\CardFrm.dfm
........\.......\......\........\CardFrm.pas
........\.......\......\........\ChgPwdFrm.dfm
........\.......\......\........\ChgPwdFrm.pas
........\.......\......\........\DB.pas
........\.......\......\........\InputFrm.dfm
........\.......\......\........\InputFrm.pas
........\.......\......\........\MainFrm.dfm
........\.......\......\........\MainFrm.pas
........\.......\......\........\MyEncAlgo.pas
........\.......\......\........\StrRes.pas
........\.......\......\Cipher
........\.......\......\......\AboutFrm.dcu
........\.......\......\......\AboutFrm.dfm
........\.......\......\......\AboutFrm.pas
........\.......\......\......\Cipher.dat
........\.......\......\......\Cipher.dpr
........\.......\......\......\Cipher.dproj
........\.......\......\......\Cipher.dproj.2007
........\.......\......\......\Cipher.dproj.local
........\.......\......\......\Cipher.exe
........\.......\......\......\Cipher.identcache
........\.......\......\......\Cipher.res
........\.......\......\......\InputFrm.dcu
........\.......\......\......\InputFrm.dfm
........\.......\......\......\InputFrm.pas
........\.......\......\......\MainFrm.dcu
........\.......\......\......\MainFrm.dfm
........\.......\......\......\MainFrm.pas
........\.......\......\......\PwdDataFrm.dcu
........\.......\......\......\PwdDataFrm.dfm
........\.......\......\......\PwdDataFrm.pas
........\.......\......\......\SetPwdFrm.dcu
........\.......\......\......\SetPwdFrm.dfm
........\.......\......\......\SetPwdFrm.pas
........\.......\......\......\StrRes.dcu
........\.......\......\......\StrRes.pas
........\.......\......\DemoApp
........\.......\......\.......\DemoApp.dpr
........\.......\......\.......\DemoApp.dproj
........\.......\......\.......\DemoApp.dproj.2007
........\.......\......\.......\DemoApp.dproj.local
........\.......\......\.......\DemoApp.drc
........\.......\......\.......\DemoApp.exe
........\.......\......\.......\DemoApp.identcache
........\.......\......\.......\DemoApp.map
........\.......\......\.......\DemoApp.res