You can interface to ScimoreDB using COM. The interface is not yet documented, but its pretty straight forward to use.
Please check the samples that is installed together with the database in (C:\Program Files\ScimoreDB\Samples\VB\Sample3).
The COM interface is found in "sccomdriver.dll". When you install ScimoreDB it will be located in "c:\program files\ScimoreDB".
To install the COM interface run the following command on the machine.
regsvr32 sccomdriver.dll
If using ScimoreDB Embedded remember that sccomdriver.dll depends on Scimoredb.dll.