Hi,
I'm planning to create a client/server application (financial/logistic) for 5-6 concurrent users at most (small businesses). It will generate about 30K-150K records per year spread over about 50 tables. The program must be lightning fast and very low on system resources.
The program language shall be (of course) PowerBasic. I still haven't decided on which database I should use. One thing is to be sure: 1) it has to be very reliable, 2) it has to be very fast. In that order.
If possible it has to be cheap if not free. I have three choices left: MSSQL Express (disadv: memory usage, installation), MySQL (a bit too bloated) or SQLite (looks very good).
No. 1 on my list is SQLite, but I have doubts. Is it really that good for my needs? Will development be likely continued on the long run?
I'll appreciate your suggestions/opinions!
Addition:
I don't need features like stored procedures, triggers and database functions.
I'm planning to create a client/server application (financial/logistic) for 5-6 concurrent users at most (small businesses). It will generate about 30K-150K records per year spread over about 50 tables. The program must be lightning fast and very low on system resources.
The program language shall be (of course) PowerBasic. I still haven't decided on which database I should use. One thing is to be sure: 1) it has to be very reliable, 2) it has to be very fast. In that order.
If possible it has to be cheap if not free. I have three choices left: MSSQL Express (disadv: memory usage, installation), MySQL (a bit too bloated) or SQLite (looks very good).
No. 1 on my list is SQLite, but I have doubts. Is it really that good for my needs? Will development be likely continued on the long run?
I'll appreciate your suggestions/opinions!
Addition:
I don't need features like stored procedures, triggers and database functions.
Comment