Skip to main content

Command Palette

Search for a command to run...

MS Access to C++ Journey

Published
1 min read

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