| |
Mr.No
Posts: 6
Score: 0
Joined: 11/18/2005
Status: offline
|
I'd like to use the embedded database as a temporary storage for soting, grouping for onward output creatiion. Let me elaborate on my task. I have a VB6 DLL that reads data from a proprietary format and exposes a fabricated ADO recordset. My VBScript script instantiates the DLL, and processes one batch at a time. So what i want is to proceed as follows: - Instantiate the DLL
- Pick up a batch and get a fabricated recordset from the DLL
- Load the recordset into a work table in my database
- Repeat steps 2 and 3 until I've read all available batches
- Use the loaded data to generate summaries, perform groupings etc.
I can of course do this using a standard database like SQL server or Access but I prefer the simple file approach of embedded databases like Sqlite. Cheers
|
|