Search:
Forum
General C++ Programming
C++/SQL API Recommendation
C++/SQL API Recommendation
Jul 8, 2009 at 9:17pm UTC
Return 0
(1282)
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;
Jul 8, 2009 at 11:10pm UTC
helios
(17607)
Wouldn't have Wikipedia been faster?
MySQL is very popular.
Jul 9, 2009 at 2:34am UTC
kfmfe04
(788)
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
Jul 9, 2009 at 2:37am UTC
Jul 9, 2009 at 8:17am UTC
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs