文件名称: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/
TinyDbXE/2ccc.com.nfo
TinyDbXE/Delphi盒子.url
TinyDbXE/Include/
TinyDbXE/Include/BCB5/
TinyDbXE/Include/BCB5/Compress_Zlib.hpp
TinyDbXE/Include/BCB5/DsgnIntf.hpp
TinyDbXE/Include/BCB5/EncryptBase.hpp
TinyDbXE/Include/BCB5/Enc_Blowfish.hpp
TinyDbXE/Include/BCB5/Enc_Gost.hpp
TinyDbXE/Include/BCB5/Enc_Twofish.hpp
TinyDbXE/Include/BCB5/HashBase.hpp
TinyDbXE/Include/BCB5/Hash_CheckSum.hpp
TinyDbXE/Include/BCB5/Hash_MD.hpp
TinyDbXE/Include/BCB5/Hash_RipeMD.hpp
TinyDbXE/Include/BCB5/Hash_SHA.hpp
TinyDbXE/Include/BCB5/TinyDB.hpp
TinyDbXE/Include/BCB5/TinyDBReg.hpp
TinyDbXE/Include/BCB5/ZlibUnit.hpp
TinyDbXE/Include/BCB6/
TinyDbXE/Include/BCB6/Compress_Zlib.hpp
TinyDbXE/Include/BCB6/EncryptBase.hpp
TinyDbXE/Include/BCB6/Enc_Blowfish.hpp
TinyDbXE/Include/BCB6/Enc_Gost.hpp
TinyDbXE/Include/BCB6/Enc_Twofish.hpp
TinyDbXE/Include/BCB6/HashBase.hpp
TinyDbXE/Include/BCB6/Hash_CheckSum.hpp
TinyDbXE/Include/BCB6/Hash_MD.hpp
TinyDbXE/Include/BCB6/Hash_RipeMD.hpp
TinyDbXE/Include/BCB6/Hash_SHA.hpp
TinyDbXE/Include/BCB6/TinyDB.hpp
TinyDbXE/Include/BCB6/TinyDBReg.hpp
TinyDbXE/Include/BCB6/ZlibUnit.hpp
TinyDbXE/Readme.txt
TinyDbXE/Samples/
TinyDbXE/Samples/Bcb/
TinyDbXE/Samples/Bcb/DemoApp/
TinyDbXE/Samples/Bcb/DemoApp/DemoApp.bpr
TinyDbXE/Samples/Bcb/DemoApp/DemoApp.cpp
TinyDbXE/Samples/Bcb/DemoApp/DemoApp.res
TinyDbXE/Samples/Bcb/DemoApp/MainFrm.cpp
TinyDbXE/Samples/Bcb/DemoApp/MainFrm.dfm
TinyDbXE/Samples/Bcb/DemoApp/MainFrm.h
TinyDbXE/Samples/Delphi/
TinyDbXE/Samples/Delphi/AddrBook/
TinyDbXE/Samples/Delphi/AddrBook/AboutFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/AboutFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dpr
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dproj
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dproj.2007
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dproj.local
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.drc
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.identcache
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.res
TinyDbXE/Samples/Delphi/AddrBook/AddrData.dat
TinyDbXE/Samples/Delphi/AddrBook/CardFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/CardFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/ChgPwdFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/ChgPwdFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/DB.pas
TinyDbXE/Samples/Delphi/AddrBook/InputFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/InputFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/MainFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/MainFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/MyEncAlgo.pas
TinyDbXE/Samples/Delphi/AddrBook/StrRes.pas
TinyDbXE/Samples/Delphi/Cipher/
TinyDbXE/Samples/Delphi/Cipher/AboutFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/AboutFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/AboutFrm.pas
TinyDbXE/Samples/Delphi/Cipher/Cipher.dat
TinyDbXE/Samples/Delphi/Cipher/Cipher.dpr
TinyDbXE/Samples/Delphi/Cipher/Cipher.dproj
TinyDbXE/Samples/Delphi/Cipher/Cipher.dproj.2007
TinyDbXE/Samples/Delphi/Cipher/Cipher.dproj.local
TinyDbXE/Samples/Delphi/Cipher/Cipher.exe
TinyDbXE/Samples/Delphi/Cipher/Cipher.identcache
TinyDbXE/Samples/Delphi/Cipher/Cipher.res
TinyDbXE/Samples/Delphi/Cipher/InputFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/InputFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/InputFrm.pas
TinyDbXE/Samples/Delphi/Cipher/MainFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/MainFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/MainFrm.pas
TinyDbXE/Samples/Delphi/Cipher/PwdDataFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/PwdDataFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/PwdDataFrm.pas
TinyDbXE/Samples/Delphi/Cipher/SetPwdFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/SetPwdFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/SetPwdFrm.pas
TinyDbXE/Samples/Delphi/Cipher/StrRes.dcu
TinyDbXE/Samples/Delphi/Cipher/StrRes.pas
TinyDbXE/Samples/Delphi/DemoApp/
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dpr
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dproj
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dproj.2007
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dproj.local
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.drc
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.exe
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.identcache
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.map
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.res
TinyDbXE/Samples/Delphi/DemoApp/MainFrm.dcu
TinyDbXE/Samples/Delphi/DemoApp/MainFrm.dfm
TinyDbXE/Samples/Delphi/DemoApp/MainFrm.pas
TinyDbXE/Source/
TinyDbXE/Source/Compilers.inc
TinyDbXE/Source/Compress_Zip.pas
TinyDbXE/Source/Compress_Zlib.dcu
TinyDbXE/Source/Compress_Zlib.pas
TinyDbXE/Source/DsgnIntf.pas
TinyDbXE/Source/DsgnIntfb.pas
TinyDbXE/Source/EncryptBase.dcu
TinyDbXE/Source/EncryptBase.pas
TinyDbXE/Source/Enc_Blowfish.dcu
TinyDbXE/Source/Enc_Blowfish.inc
TinyDbXE/Source/Enc_Blowfish.pas
TinyDbXE/Source/Enc_Gost.dcu
TinyDbXE/Source/Enc_Gost.inc
TinyDbXE/Source/Enc_Gost.pas
TinyDbXE/Source/Enc_Twofish.dcu
TinyDbXE/Source/Enc_Twofish.inc
TinyDbXE/Source/Enc_Twofish.pas
TinyDbXE/Source/FastStream.pas
TinyDbXE/Source/HashBase.dcu
TinyDbXE/Source/HashBase.pas
TinyDbXE/Source/Hash_CheckSum.dcu
TinyDbXE/Source/Hash_CheckSum.pas
TinyDbXE/Source/Hash_MD.dcu
TinyDbXE/Source/Hash_MD.pas
TinyDbXE/Source/Hash_RipeMD.dcu
TinyDbXE/Source/Hash_RipeMD.pas
TinyDbXE/Source/Hash_SHA.dcu
TinyDbXE/Source/Hash_SHA.pas
TinyDbXE/Source/TinyDB.dcr
TinyDbXE/2ccc.com.nfo
TinyDbXE/Delphi盒子.url
TinyDbXE/Include/
TinyDbXE/Include/BCB5/
TinyDbXE/Include/BCB5/Compress_Zlib.hpp
TinyDbXE/Include/BCB5/DsgnIntf.hpp
TinyDbXE/Include/BCB5/EncryptBase.hpp
TinyDbXE/Include/BCB5/Enc_Blowfish.hpp
TinyDbXE/Include/BCB5/Enc_Gost.hpp
TinyDbXE/Include/BCB5/Enc_Twofish.hpp
TinyDbXE/Include/BCB5/HashBase.hpp
TinyDbXE/Include/BCB5/Hash_CheckSum.hpp
TinyDbXE/Include/BCB5/Hash_MD.hpp
TinyDbXE/Include/BCB5/Hash_RipeMD.hpp
TinyDbXE/Include/BCB5/Hash_SHA.hpp
TinyDbXE/Include/BCB5/TinyDB.hpp
TinyDbXE/Include/BCB5/TinyDBReg.hpp
TinyDbXE/Include/BCB5/ZlibUnit.hpp
TinyDbXE/Include/BCB6/
TinyDbXE/Include/BCB6/Compress_Zlib.hpp
TinyDbXE/Include/BCB6/EncryptBase.hpp
TinyDbXE/Include/BCB6/Enc_Blowfish.hpp
TinyDbXE/Include/BCB6/Enc_Gost.hpp
TinyDbXE/Include/BCB6/Enc_Twofish.hpp
TinyDbXE/Include/BCB6/HashBase.hpp
TinyDbXE/Include/BCB6/Hash_CheckSum.hpp
TinyDbXE/Include/BCB6/Hash_MD.hpp
TinyDbXE/Include/BCB6/Hash_RipeMD.hpp
TinyDbXE/Include/BCB6/Hash_SHA.hpp
TinyDbXE/Include/BCB6/TinyDB.hpp
TinyDbXE/Include/BCB6/TinyDBReg.hpp
TinyDbXE/Include/BCB6/ZlibUnit.hpp
TinyDbXE/Readme.txt
TinyDbXE/Samples/
TinyDbXE/Samples/Bcb/
TinyDbXE/Samples/Bcb/DemoApp/
TinyDbXE/Samples/Bcb/DemoApp/DemoApp.bpr
TinyDbXE/Samples/Bcb/DemoApp/DemoApp.cpp
TinyDbXE/Samples/Bcb/DemoApp/DemoApp.res
TinyDbXE/Samples/Bcb/DemoApp/MainFrm.cpp
TinyDbXE/Samples/Bcb/DemoApp/MainFrm.dfm
TinyDbXE/Samples/Bcb/DemoApp/MainFrm.h
TinyDbXE/Samples/Delphi/
TinyDbXE/Samples/Delphi/AddrBook/
TinyDbXE/Samples/Delphi/AddrBook/AboutFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/AboutFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dpr
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dproj
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dproj.2007
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.dproj.local
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.drc
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.identcache
TinyDbXE/Samples/Delphi/AddrBook/AddrBook.res
TinyDbXE/Samples/Delphi/AddrBook/AddrData.dat
TinyDbXE/Samples/Delphi/AddrBook/CardFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/CardFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/ChgPwdFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/ChgPwdFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/DB.pas
TinyDbXE/Samples/Delphi/AddrBook/InputFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/InputFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/MainFrm.dfm
TinyDbXE/Samples/Delphi/AddrBook/MainFrm.pas
TinyDbXE/Samples/Delphi/AddrBook/MyEncAlgo.pas
TinyDbXE/Samples/Delphi/AddrBook/StrRes.pas
TinyDbXE/Samples/Delphi/Cipher/
TinyDbXE/Samples/Delphi/Cipher/AboutFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/AboutFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/AboutFrm.pas
TinyDbXE/Samples/Delphi/Cipher/Cipher.dat
TinyDbXE/Samples/Delphi/Cipher/Cipher.dpr
TinyDbXE/Samples/Delphi/Cipher/Cipher.dproj
TinyDbXE/Samples/Delphi/Cipher/Cipher.dproj.2007
TinyDbXE/Samples/Delphi/Cipher/Cipher.dproj.local
TinyDbXE/Samples/Delphi/Cipher/Cipher.exe
TinyDbXE/Samples/Delphi/Cipher/Cipher.identcache
TinyDbXE/Samples/Delphi/Cipher/Cipher.res
TinyDbXE/Samples/Delphi/Cipher/InputFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/InputFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/InputFrm.pas
TinyDbXE/Samples/Delphi/Cipher/MainFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/MainFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/MainFrm.pas
TinyDbXE/Samples/Delphi/Cipher/PwdDataFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/PwdDataFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/PwdDataFrm.pas
TinyDbXE/Samples/Delphi/Cipher/SetPwdFrm.dcu
TinyDbXE/Samples/Delphi/Cipher/SetPwdFrm.dfm
TinyDbXE/Samples/Delphi/Cipher/SetPwdFrm.pas
TinyDbXE/Samples/Delphi/Cipher/StrRes.dcu
TinyDbXE/Samples/Delphi/Cipher/StrRes.pas
TinyDbXE/Samples/Delphi/DemoApp/
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dpr
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dproj
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dproj.2007
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.dproj.local
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.drc
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.exe
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.identcache
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.map
TinyDbXE/Samples/Delphi/DemoApp/DemoApp.res
TinyDbXE/Samples/Delphi/DemoApp/MainFrm.dcu
TinyDbXE/Samples/Delphi/DemoApp/MainFrm.dfm
TinyDbXE/Samples/Delphi/DemoApp/MainFrm.pas
TinyDbXE/Source/
TinyDbXE/Source/Compilers.inc
TinyDbXE/Source/Compress_Zip.pas
TinyDbXE/Source/Compress_Zlib.dcu
TinyDbXE/Source/Compress_Zlib.pas
TinyDbXE/Source/DsgnIntf.pas
TinyDbXE/Source/DsgnIntfb.pas
TinyDbXE/Source/EncryptBase.dcu
TinyDbXE/Source/EncryptBase.pas
TinyDbXE/Source/Enc_Blowfish.dcu
TinyDbXE/Source/Enc_Blowfish.inc
TinyDbXE/Source/Enc_Blowfish.pas
TinyDbXE/Source/Enc_Gost.dcu
TinyDbXE/Source/Enc_Gost.inc
TinyDbXE/Source/Enc_Gost.pas
TinyDbXE/Source/Enc_Twofish.dcu
TinyDbXE/Source/Enc_Twofish.inc
TinyDbXE/Source/Enc_Twofish.pas
TinyDbXE/Source/FastStream.pas
TinyDbXE/Source/HashBase.dcu
TinyDbXE/Source/HashBase.pas
TinyDbXE/Source/Hash_CheckSum.dcu
TinyDbXE/Source/Hash_CheckSum.pas
TinyDbXE/Source/Hash_MD.dcu
TinyDbXE/Source/Hash_MD.pas
TinyDbXE/Source/Hash_RipeMD.dcu
TinyDbXE/Source/Hash_RipeMD.pas
TinyDbXE/Source/Hash_SHA.dcu
TinyDbXE/Source/Hash_SHA.pas
TinyDbXE/Source/TinyDB.dcr
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.