I want to build a database application though am not sure of a few things.
What I want to do is build a database application, with a GUI, which will have multiple tables and a user interface which I can enter financial data and run reports from.
The perfect example of something enabling this kind of thing is Microsoft Access though I have a couple of problems with it. (two reasons below)
1 - I'm proficient in building applications for excel using VBA and ever though it covers all of my needs the sheer size of the application I want to build and the amount of vba I will need to write will slow it down too much. I want to use real programming languages to build this
2 - The other issue is the portability of a database application. Basically I'm trying to build something that I can enter and record financial data on and run reports / make assessments using financial ratios and calculations and store the data that I input into the application so that it is not lost the minute I shut down the PC I'm utilizing. I am looking for something that I can run on any computer like compiled computer exe file or a program of some kind. Maybe portable.
The problem with using Microsoft access is that you need to have Microsoft office or Microsoft access installed. Is there any way around this. I want to be able to travel with it and use it on most (if any) computers.
I have some knowledge of C++ and am hoping to build something using this. If there is another language which would be more suitable to my needs then please feel free to suggest it and the reasons why.
Thanks so much to anyone who may be able to shed some light on this..
Cheers.
Dominver
