Hi Tom,

Here's my 2 cents on the subject. I'd stick with the one card per
record which Joe suggested. But, during runtime, I'd keep the stack
with the cards invisible, and pull information into your 'application'
stack. The idea being the business logic in the application code in a
standalone never changes, but the external database stack does. Keep
the data separate from the what you want to do with the data.

Another advantage of keeping these two separate is you can later add
on a real database like SQLlite, Valentina, or MySQL without having to
destroy your 'front end.'

You'll find you can quickly mark and sort and collect data from your
invisible cards, and assemble the report you want in your application
stack.

best,
Chipp
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to