C++/SQL API Recommendation

Can anyone recommend an API to connect a C++ App to a SQL Server? I'm not quite sure on how to get the two communicating. I know C++ and SQL... just don't know how to link em. For now I'm just using SQL Server Express.

Thanks,
Return 0;
Wouldn't have Wikipedia been faster?
MySQL is very popular.
If you are using MySQL, MySQL++ works well (I use this, myself).

If you are stuck on SQL Server, you may want to do ODBC, instead.

Google around for C++ wrappers around ODBC or do it directly in C and wrap it with your own classes.

Last edited on
closed account (z05DSL3A)
Windows Data Access Components SDK
http://msdn.microsoft.com/en-us/library/aa968814(VS.85).aspx
Topic archived. No new replies allowed.