Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: parsing Palm databases

by haukex (Archbishop)
on May 19, 2019 at 08:42 UTC ( #11100245=note: print w/replies, xml ) Need Help??


in reply to Re^2: parsing Palm databases
in thread parsing Palm databases

On my system, MemoDB.pdb and MemosDB-PMem.pdb have exactly the same textual content (as per strings), with different binary formats. I can reproduce the error message with the latter file, but the former works. My understanding is that the latter file is from newer Palm versions, and I guess it's possible that if you have a newer Palm, you only have MemosDB-PMem.pdb? In that case, sorry, I'm not sure where to go from there, Google results are pretty thin. Have you tried J-Pilot? As far as I can tell from the source code, it can read both formats.

Replies are listed 'Best First'.
Re^4: parsing Palm databases
by morgon (Priest) on May 20, 2019 at 02:43 UTC
    What seems to have happened is that Palm changed the Memo-DB format but it seems they never documented the new format which may explain why nobody incorporated these changes into Palm::Memo.

    J-Pilot (though I have not tried it) seems to be able to handle it though - they must have reverse-engineered the format (it may be a nice exercise to use that for updating Palm::Memo)

    But for me the workaround is to simply use Palm::Raw, I can live with what I can get with that, eg:

    use Palm::PDB; use Palm::Raw; use Data::Dumper; my $pdb = new Palm::PDB; $pdb->Load("MemosDB-PMem.pdb"); print Dumper($pdb);

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2023-09-23 11:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?