Question

I'm making windows forms where I will enter and edit invoices for construction (Tables for Invoices,Buyer Info, Description(several) etc.) I'm planning on storing them in an Access Database 2003, so I was wondering will it be enough for 10.000 invoices, at least?

Was it helpful?

Solution

Access can definitely handle 10k rows in the invoices table and let's say 100k in the details table. The report designer is really cool but if you don't need that I would go with SQL express or similar just to avoid a whole lot of headaches + no need for office on user's machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top