I'm starting a database application. The application should connect over http to a mysql database. The application should display the database records table-like. Some dialogs are necessary (reflects a database-record). I'm thinking of a dialog-based MFC application with some functions available via menu and which connects via SOAP to the database. I'm developing on a windows plattform.
Given this scenario, what techniques would you recommend and why?
Some thoughts:
- Is there something like DAO/ADO via SOAP (can't imagine but perhaps there is something like that)
- I have experiences with MFC and C++ but should i still change to .NET and C# because it has built in support for ...