المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مكونات DISQLite3 للتعامل مع قآعدة بيانات من النوع SQLite


AL-MOB4RM3G
21-01-2010, 10:29 PM
السلام عليكم ورحمة الله وبركاته,

اخوآني الكرام, وجدت هذه المكونات للتعامل مع قآعدة بيانات من النوع SQLite3, بها العديد من المزآيا,

اهمّها, سهولة وصلها :) جربت وصلها ومشي معي الحال بدون مشآكل ولله الحمد (لم اجرب كتآبة اوآمر SQL)

Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs.

تدعم قآعدة بيانات بالتيرا(؟؟),, يبدوا شئ خيالي, :laugh:

على كل حال, هناك نسخة تجآريّة و اخرى مجّآنيّة, (جربت المجّانيّة),

للمزيد من المصدر,
http://www.yunqa.de/delphi/doku.php/products/sqlite3/index

تحميل مبآشرة من المصدر,
http://www.yunqa.de/delphi/lib/exe/fetch.php?cache=cache&media=http%3A%2F%2Fwww.yunqa.de%2Fdelphi%2Fdownloa ds%2FDISQLite3_2.2.0_Personal.exe&DokuWiki=p21l5smqup3rshm8g21lehosf5

معلومات عآمة,
*
ACID transactions, even after system crashes and power failures.
*
Zero-configuration – no setup or administration needed.
*
Implements most of SQL-92.
*
A complete database is stored in a single disk file.
*
Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs.
*
Small footprint and smart linking: Only required code is compiled in, adding as little as 300 KB code space only.
*
Full Text Search (FTS) with customizable tokenizer, prefix matching, and optional word stemming for 15 languages.
*
Database AES encryption with SHA256 key generator.
*
Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal.
*
Faster than popular database engines for most common operations.
*
Simple, easy to use API.
*
Database files created with DISQLite3 can also be accessed by Linux and MacOS using the SQLite3 libraries.


تدعم الدلفي 2010 :laugh:

والسلام عليكم