Page 4 of 4

Re: Bank Tutorial

Posted: Fri Mar 05, 2010 7:06 pm
by jpoisson
I talked to my Database instructor over this situation and he mentioned that this type of structure or "Audit Trail" is a very outdated technique. Although for our games it makes sense to use an Audit trail. But I am going to look into a more efficient way to do this...

Re: Bank Tutorial

Posted: Fri Mar 05, 2010 8:24 pm
by OldRod
Outdated or not, audit trails work if they are secure from anyone tampering with them :)

The problem is they show you the problem after it has occurred. Good programming/security will prevent the problem from happening in the first place.