there. So, I'm working on a project for school and it's a bet program (desktop, web and mobile) and I'd like to know your opinion in how I should access and insert the information. Whether it'd be better to insert into/select from/etc. sql database or if it'd better to work with lists and just unload all the info from them into sql when I close the program or click save.
On the one hand, I think it'd be safer dealing directly with the database, but on the other hand it'd probably be slower to be always accessing the database. You probably wouldn't even notice with few people accessing it, but with a lot of people doing so it'd probably take it's toll...
So, what do you think?