
                       PUBLIC DOMAIN SOFTWARE

The author or authors of this code dedicate any and all copyright interest
in this code to the public domain.  Anyone is free to copy, modify,
publish, use, compile, sell, or distribute the original code, either in
source code form or as a compiled binary, for any purpose, commercial or
non-commercial, and by any means.
Fred Meier - July 2012



====================<[ Files in the Bin Folder ]>=====================
ExampleA.Exe               Sample program.
ExampleB.Exe               Sample program.
ExampleC.Exe               Sample program.
ExampleD.Exe               Sample program.
sample.db3                 Database used by some of the example programs.
SQLite3.Dll                The database engine from SQLite.  If running local then
                           it must be accessible on the client computer.  If running
                           remote then it must be accessible on the server computer.
SQLitening.Dll             Contains the routines called by your application program.
                           It must be accessible on the client computer.
SQLiteningAuxRuts.Dll      Contains the compression and encryption routines called
                           by SQLitening.Dll.  It muse be accessible on the client
                           computer but only if your are compressing or encrypting.
SQLiteningClient.Dll       Contains the routines called by SQLitening.Dll to communicate
                           with the server.  It must be accessible on the client
                           computer but only if you are running in remote mode.  Not
                           used in local mode.
SQLiteningS.Dll            Contains routines, called from any program that supports OLE 
                           string parameter passing but only ByRef (like Visual Basic).
SQLiteningServer.Cfg       The file used to configure the server.  See [Documentation of Sections and Entities] in file.
SQLiteningServer.Exe       The program that runs on the server as a service.
SQLiteningServerAdmin.Exe  The program that runs on the server.  Is used to install, start, stop,
                           and uninstall the service.
SQLiteningU.Dll            Contains routines, that can be called by almost any program, to
                           access a SQLite databases and flat files residing locally or
                           remotely (using SQLitening Server). This can support any
                           language that can call a standard Dll.
SQLiteningZlib.Dll         Contains the compression routines called by SQLiteningAuxRuts.Dll,
                           SQLiteningClient.Dll, and SQLiteningServer.Exe.  If running remote
                           or doing compression in local mode then it must be accessible on the
                           client computer.  If running remote then it must be accessible on the
                           server computer.

====================<[ Files in the Doc Folder ]>=====================
ReadMe.Txt                 Is this file.
ReleaseHistory.Txt         Contains history of changes in each released version.
SQLitening.Chm             Help file built by Rolf Brandit.
SQLitening.Pdf             Help file built by Rolf Brandit.
SQLitening.Txt             Contains documentation of each routine in SQLitening.Dll.

====================<[ Files in the Src Folder ]>=====================
SQLitening.Bas              Source.
SQLitening.Ico              Icon.
SQLitening.Pbr              Resource object.
SQLitening.Rc               Resource source.
SQLiteningAuxRuts.Bas       Source.
SQLiteningClient.Bas        Source.
SQLiteningProcsA.Bas        Soruce sample.
SQLiteningProcsB.Bas        Soruce sample.
SQLiteningS.Bas             Source.
SQLiteningServer.Bas        Source.
SQLiteningServerAdmin.Bas   Source.
SQLiteningServerExits.Bas   Source sample.
SQLiteningServerMoniter.Bas Source sample.
SQLiteningU.Bas             Source.
UserMods.Zip                Contains user contributed additions/modifications.

====================<[ Files in the Inc Folder ]>=====================
SQLitening.Inc              Include declares for the Basic API.
SQLiteningS.Inc             Include declares for the Special API.
SQLiteningU.Inc             Include declares for the Universal API.

==================<[ Files in the Examples Folder ]>==================
ExampleA.Bas
ExampleB.Bas
ExampleC.Bas
ExampleD.Bas

=============================<[ Notes ]>==============================
1. PB9 or 10 is required if you want to compile any SQLitening programs.
