Product outline: FFileDB is an object orientated VB DLL which allows you to create small, manageable flat-file databases with minimal runtime files. FFileDB is perfect for small-time databases such address books, settings (esp for multiple users or identities). Coding FFileDB is also easy as each file is treated as a separate object and the data within the file can be treated as if it were a 2-dimentional array. What you get: You get a set of VB classes which can be easily used in Visual Basic and VBA for Microsoft Office. All you need to have are the Visual Basic 6 Runtimes which are included in the package. Programming it: The DLL has been structured so that it is as easy to use as a 2-dimentional array. Documentation is included in the package. An address book sample is included to give you a good idea of how the DLL works. The more serious programmer can also use the abstract class which makes it easier to maintain, create and recreate the file. |