I wan't to get very simple database program using winapi? Can any one help me to find it?
Printable View
I wan't to get very simple database program using winapi? Can any one help me to find it?
DB programming is never simple, even more so if in pure API.
Look up the SQL* functions.
Some databases, like mysql, have rather easy interfaces. Access DBs are always bad because their native interface is COM/Automation and hard to program in C/C++.