Re: Decrypt DB to memory (General questions)
You know you can implement your own Blob, right? In VB just add
Implements IBlob
and then add bodies for all methods that appear (similar to events). You name it as you wish, you do inside what you want. You only need to implement what will happen when wodCrypt calls methods:
Read, Seek, Write, SetSize
from your own blob object.
Complete thread:
- Decrypt DB to memory - dandraka, 2005-02-25, 14:29
- Re: Decrypt DB to memory - wodSupport, 2005-02-25, 15:53