On Thu, 02 May 2013 17:56:00 -0400, Henry <
He...@example.com> wrote,
quoted or indirectly quoted someone who said :
>Does anyone have any thoughts on the best way to design this?
The only tricky part of this is the randomising to simulate the draw.
see
http://mindprod.com/jgloss/randomnumbers.html
Because you are collecting money, it would be very embarrassing if you
lost your records of who bought what because of a crash. This implies
you should store your information in a database, one with crash
protection. I suggest Postgre.
see
http://mindprod.com/jgloss/sql.html
http://mindprod.com/jgloss/postgresql.html
If this is just a single-user desktop app, it will be a lot simpler
and secure than if you make it a multi-user or web app.
Performance is not a concern. The total amount of data is trivial.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Technological possibilities are irresistible to man.
If man can go to the moon, he will.
If he can control the climate, he will.
~ John von Neumann (born: 1903-12-28 died: 1957-02-08 at age: 53)