"Michael J. Hammel" wrote:
> 
> Thus spoke Judd Montgomery
> > dlp_DeleteRecord should work better.
> 
> I've tried this too, though the results weren't much better.  I think it's
> an issue of procedure - which thing do you do firt, etc.  Should I open the
> db, delete records, cleanup, close, reopen, add new records, cleanup,
> close, and so forth?
> 

It should work if you open the db, delete, add, (or add, delete),
cleanup, close.
I use openconduit before opening the db, but I don't think its
necessary.

> > I'm not exactly sure what you are doing.  Palm has a document someone
> > online that explains how their sync algorithm.  They keep 2 copies of
> 
> I saw this on another post (though lost the URL now), but I'm not sure that
> a "sync" in their terms is what I'm attempting just now.  I just want to be
> able to add and delete records on the Pilot.  If I have a record id of an
> existing record and I want to delete it, should I be able to do so followed
> by adding a new record?  Seems like it, but scenarios like this are what
> are causing my problems.
> 

That should work.

> Instinct tells me I'm missing something simple, a procedural issue of some
> kind.
> 

Probably, or an incorrect parameter, or something small.
_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to