I have an MS-Access application that formats data in two large tables (20,000+ rows), imports this data into tables, performs several queries, compares the data and displays the results as excel files.
The problem is that as the application (and the VBA code) grows, it becomes more painful to use Access, and I wonder if there is a better approach?
What would be the advantages / disadvantages of a .NET solution (C #) compared to MS-Access, and what are the best libraries, etc. use?
Greetings
Breandán
Greetings for answers so far, I forgot to mention that this application should be self-contained, I need to be able to pack the application and send it to the end user for installation on my computer. This has only a note: MS-Office and the .Net Framework are installed, so I'm not sure how MySQL is possible, etc. Will not be where it can be placed.
source
share