cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
SQL Server Database from C++
SQL Server Database from C++
Oct 16, 2013 at 1:43pm
Oct 16, 2013 at 1:43pm UTC
andreicpp
(3)
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 1:45pm
Oct 16, 2013 at 1:45pm UTC
mutexe
(2372)
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/94ab0a86-f3d0-45ee-b384-d905420eb5ff/connect-use-sql-server-in-cc?forum=sqldataaccess
Oct 16, 2013 at 6:17pm
Oct 16, 2013 at 6:17pm UTC
ResidentBiscuit
(4459)
I've used
http://www.sqlapi.com/
before. It's pretty easy to use.
Oct 18, 2013 at 12:10pm
Oct 18, 2013 at 12:10pm UTC
andreicpp
(3)
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.