Can anyone recommend any products to use for front-end database development with Visual C++?
I'd looked at several ActiveX controls but they were too buggy, too difficult to use, and poorly documented.
I've heard Rouge Wave has a DataBase class library and a MFC based class library but don't know if it'll be useful for what I'm doing.
What I want to be able to do is retrieve data, display it for the user as rows and columns or as a form, allow them to update, add, etc and update the database.
Really what I’d like is something like PowerBuilders DataWindow.
Any suggestions would be appreciated.