SQL Server Database from C++

Oct 16, 2013 at 1:43pm
Hello,

How do you connect/manipulate/get results from C++ program to/of/from SQL Server Database?
Do you know any good tutorials to do this?
(by good = for a newbie into this)

Thank you in advance
Oct 16, 2013 at 6:17pm
I've used http://www.sqlapi.com/ before. It's pretty easy to use.
Oct 18, 2013 at 12:10pm
Sqlapi is not for free.

This https://code.google.com/p/tiodbc/ library was easy to use. (I added the library files in my project folder, and only than it worked)

For newbies like me: you have to set your database in odbc data sources (control panel/administrative tools).

Topic archived. No new replies allowed.