--On 24 July 2001 10:11 -0500 Jeremy Nuss <[EMAIL PROTECTED]> wrote:


> Okay, the user runs my program many times, but each time he runs it he
> doesn't care what he did any other time he runs it.  So, until he syncs, I
> have all this data in the database(s) that he doesn't care about.  Would
> you:
>
> A) Create a new database dynamically for each time he runs the program
>
> B) Have a stored incrementer that adds a tag to every record in the
> database indicating which "Run" this record belongs to

I'd say if you don't need to store anything then get rid of the database as 
soon as you know it's not being used and then create it when you need to 
again... I take it as you're using it for fiddling with large data that 
doesn't fit into dynamic heap?.. I have something similar, where I use 
storage heap to load a list dynamically quite a neat trick but you have to 
be very carefull when you delete and create the databases.


IM :-)

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to