Michael Louie Loria <[EMAIL PROTECTED]> wrote on 07/13/2005 
06:42:45 AM:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> I would like to ask what is the best type of engine
> for this project I
> will take
> 
> Payroll and Daily Time Record system
> 
> - -
> Payroll system is located in the head office (server).
> Daily Time Record is located in all 10 branches
> (clients).
> 
> The connection from client to server is VPN
> 
> The Daily Time Record will save the data to the server
> everytime an
> employee logs in.
> 
> The server and client will be developed with Visual
> Basic 6.
> 
> 
> Thanks,
> 
> Michael Louie Loria

You want to use InnoDB. As a minimum, you need the ability to have 
transactions in any application where accounting is involved. That way you 
can ENSURE that multiple changes/inserts/deletes are all committed at the 
same time, maintaining your data integrity.

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine

Reply via email to