> Hmm. I always use DmFindDatabase(). Is that particularly slow? I haven't > noticed it being, but I'm not calling it 50 times a minute or anything.
It is slow. I have already replaced DmFindDatabase() with DmGetNextDatabaseByTypeCreator() and DmOpenDBNoOverlay(). I call it only once, but I can see a notable difference between the two methods - particularly on my private Clie (OS 4, 66MHz) where I have about 500 databases on total. Anyway, there still is a notable little delay which I would like to reduce to minimum. No, I cannot keep the DB open, as I'm writing a pop-up extension, not an application. Every time the user causes it to pop-up, it needs to access the database. Thanks, anyway! I think I'll manage now with your clues :) -- Radoslaw Nowak www.ranosoft.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
