Hi, I am trying to figure out how (if?) I can use a database created in VB6 comprising records of structures. I plan to use RB's Binarystream functions and structure StringValue to access each record in a random fashion much as VB6 did. I defined the exact same structure format in an RB module and verified that the size and layout of the structure was the same as the original VB instance. Unfortunately, running the new RB program reports the database file is corrupt with an incorrect size. Am I missing something, or are the storage formats totally incompatible?
Thanks, Carl.
|