Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

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

by belg4mit (Prior)
on Jan 18, 2016 at 22:25 UTC ( [id://1153041]=note: print w/replies, xml ) Need Help??


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

Aye, see Re^2: (De)-Serializing from/to VB.

I already know what type of file it is … a Jet database. But for some unknowable reason, rather than inserting features of an object as records in another table, features of an object are stored as a serialized BLOB in the object table.

--
In Bob We Trust, All Others Bring Data.

  • Comment on Re^2: (De)-Serializing from/to VB (generic bytes)

Replies are listed 'Best First'.
Re^3: (De)-Serializing from/to VB (generic bytes)
by soonix (Canon) on Jan 19, 2016 at 12:25 UTC
    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...
      I have, that was how I discovered that they're storing serialized, record-based data in a database :-P
Re^3: (De)-Serializing from/to VB (generic bytes)
by hotchiwawa (Scribe) on Jan 19, 2016 at 10:20 UTC
    Maybe I'm wrong but if you know the encoding and let's say that the data are not crypted, normally when translating the bytes in characters you should get the text serialized with the tags... if the structure is fixed, it will be easy but if tags are removed from time to time (optional fields), this could be more difficult to get the full structure.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1153041]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found