[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] Setting time
On Thu, Jan 03, 2002 at 12:40:55AM +0100, Helge Oldach wrote:
> Andrew Arensburger:
> > use Palm::Raw;
> >
>
> That's what I would have thought (and tried, actually), but it doesn't
> help either...
>
> No handler defined for creator "psys", type "sprf"
Ah. Evidently your .coldsyncrc runs this conduit on "Saved
Preferences.prc", which is a PRC file. Palm::Raw only handles .pdb
files.
Edit your .coldsyncrc and have this conduit run on some .pdb
file. I use "date/DATA" myself, but it could be anything.
> Besides, ColdSync is still Load()ing and Write()ing the database which
> is entirely pointless in this particular case.
Yeah. That's because ColdSync.pm, which provides the
framework, assumes that you always want to operate on an on-disk
database, so it loads it for you. You can always bypass that by not
calling &StartConduit, and doing all of the argument processing
yourself.
--
Andrew Arensburger This message *does* represent the
arensb@ooblick.com views of ooblick.com
Earth is a beta site.
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.