|
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite?
What is SQLite? SQLite is a C library that implements an embeddable SQL database engine.
Are you looking for a way to create compact and yet very powerful database applications without without having to buy a commercial database server?... [more]
|