SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices including cellphones, PDAs, and MP3 players. The source code for SQLite is in the public domain. Well now with the help of SQLite plug-in you have this power in your hand for your MMB applications.

Simply above lines mean:
- SQLite = Database.
- SQLite is free for every purpose.
- SQLite needs no installation nor dependencies on end-user machine. All you need is SQLite plug-in.
SQLite Copyright
All of the deliverable code in SQLite has been dedicated to the public domain by the authors. All code authors, and representatives of the companies they work for, have signed affidavits dedicating their contributions to the public domain and originals of those signed affidavits are stored in a firesafe at the main offices of Hwaci. Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original SQLite code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
Note for International Users:
I had some difficulties in first version of SQLite Plug-In. but after some examination and tweaking I decided to rewrite some parts of SQLite Plug-in and now you can smoothly use SQLite plug-in in non-Latin based languages such as Arabic and etc. There is no difference in SQLite Plug-In commands if you need to read/write in non-Latin languages. but don’t forget to set the font Script property in your MMB application as shown here:

SQLite Plug-In Commands :
- SQLiteInit
- CreateSQLDB
- GetDBFileName
- OpenSQLDB
- Query
- UpdateDB
- DBFileSize
- DBError
- IsDB
- SetRecordDelimiter
- SetFieldDelimiter
- CloseDB
- Encode64Data
- Decode64Data
- MD5Data
- SH1Data
- SetDBAttribute
This plug was originaly created to get common directories under windows.

Features :
- Getting common directories under windows.
- Getting availible space on drives.
- Zip, Unzip and Self Extracting Files support.
- Making shortcuts for files.
- Directories and files manipulation (create, delete, move, patch …).
- Directories and files informations (last access, creation date,attributes …) .
- Path manipulations.
- Some useful dialog boxes.






