[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] deleted-flag in PDB todo
- To: "coldsync" <coldsync-hackers at lusars dot net>
- Subject: [coldsync-hackers] deleted-flag in PDB todo
- From: Peer Oliver Schmidt <pos at theinternet dot de>
- Date: Mon, 11 Nov 2002 20:57 CET
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
Hi,
I am finally able to add record to my Palm and have them copy over to my SQL system. However, if I delete a record on the Palm, I never get the deleted flag. Shouldn't this excerpt detect if the record is deleted?
sub DoDump {
foreach $record (@{$PDB->{"records"}}) {
if ($record->{deleted}) {
print "Record deleted";
} else {
print "Record NOT deleted";
}
}
}
Any and help is greatly appreciated.
rgds
pos
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.