I have an application that runs over a network, can have up to 300 users. Currently data is stored in flat files (around 50,000 'rows' total) and I'd like to convert it to a database. Because it is so easy and integrated with AutoIT, I've been looking at using SQlite. Perhaps I should go with Mysql, though I know less about programming with that.
This is what I understand:
There may be some performance issues because of the latency of data transfer across the network.
There is a possibili