in reply to Perl and Palm Files
As a secondary point: You're post didn't specificly mention that you wanted to sync these databases with a handhelded, but assuming you do, keep in mind that just creating a .pdb is only half the battle. Unless your conduit understands what's going on, you could find yourself adding duplicate records, or blowing away data entered manually on the handheld.
"Syncing" happens in the conduits themselves, and each conduit decides how to handle merging, so instead of writting a script to generate a .pdb from some data, and then worrying about how your syncing conduit will deal with it, you might just wnat to write a conduit that imports the data directly.
If you're developing on Unix, your HotSyncing program is probably built on top of pilot-link -- the www site has lots of links with information on writting conduits.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl and Palm Files
by Beatnik (Parson) on Feb 03, 2002 at 23:10 UTC | |
|
Re: Re: Perl and Palm Files
by Ryszard (Priest) on Feb 03, 2002 at 23:01 UTC | |
by Beatnik (Parson) on Feb 03, 2002 at 23:04 UTC |