--- quennie <[EMAIL PROTECTED]> wrote: > That means in one conduit i can open more than one databases > (which i can have more than one creator ID?)
One conduit gets registered for one Palm app. The creator ID is how the HotSync Manager decides which conduit to call. The conduit can open as many databases as it would like to open, no matter what creator ID each database has. > Now I have existing conduit which run with a prc. Definitely > the they are recognized by the creatorID. But I would like to > Sync the prc program with the Datebook as well. Can we build > the code together into the same conduit? > I don't think so. Pls advise. It is possible, but probably not a good idea. Datebook has its own conduit. Is your conduit going to be executed before or after Datebook's conduit? (I'm not sure if you can force it to execute the conduits in a specific order.) If your conduit changes a Datebook record, then the Datebook conduit changes the same record, you won't end up with the intended result. BTW, all conduit questions should be posted to the Conduit Developer Forum, not to the Palm Developer Forum. __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
