I've seen a few posts on here talking about "databases" as if they were just files and using fstream to manipulate the file pointer, etc.
I'm familiar with SQL, so it would be nice to simply be able to execute sql command (as can be done from vb.net) such as:
SELECT * FROM table_name
I googled and found sqlapi++, is that the best way to go?
Thanks,
Dave