in reply to Re^2: (De)-Serializing from/to VB (generic bytes)
in thread (De)-Serializing from/to VB

If it's really a Jet database and you're on Windows, you might prefer to access it via DBI and DBD::ADO or ODBC?
Don't know how to do this from Linux or other, however...
  • Comment on Re^3: (De)-Serializing from/to VB (generic bytes)

Replies are listed 'Best First'.
Re^4: (De)-Serializing from/to VB (generic bytes)
by Anonymous Monk on Jan 20, 2016 at 14:59 UTC
    I have, that was how I discovered that they're storing serialized, record-based data in a database :-P