<P>This sample illustrates how Storages and files can be used for much more than FSO. The sample creates/uses
an OLE storage file and keeps there a stream with the data records and all the images related to the items.
</P>
<P>Note that in order to keep the example simple it is written in a simple manner. Not all the possible user 
actions are completely checked. As you can see an OLE file can be used instead of a DB if you need just
to keep some information. Of course searching, queries are out of any questioning, but catalog oriented
applications are able to do almost everything they need not depending on DB components and engines. If you plan
an autorun application this sample may give you initial idea how you can prepare ASP code that will run without
need of any installation and additional software.
</P>