DEV Community

Cover image for MS Access to C++ Journey
Sumeet Bhatia
Sumeet Bhatia

Posted on

MS Access to C++ Journey

I was a former MS Access developer. I used to develop in VBA. Then I moved to VC++ and DAO. I used database index Seek method a lot. All my core business logic was based on Seek. But the database engine was weak. I was not able to scale it up onto web. I could not find any other database that supported "Seek" and whose api was compatible with DAO. But 20 years back I started working on this C++ toolkit (FIN Accounting) and developed it. It's API is MS Access like with Seek fully supported. It works well on multiple platforms including Web, Windows, Linux, Android. Online compiling and testing also available. Visit https://epfo.in.net

Top comments (0)