Does anyone have any tutorials on using SQL with C++..
-
Hiya does anyone have any tutorials or links on using C++ with SQL. I know C++ already but want to learn SQL. I will be using Visual C++ 6.0. All I know is there is a header file called sql.h. Thanks for any help.. grahamoj.
-
Hiya does anyone have any tutorials or links on using C++ with SQL. I know C++ already but want to learn SQL. I will be using Visual C++ 6.0. All I know is there is a header file called sql.h. Thanks for any help.. grahamoj.
You know, this is quite the hardest way to interact with a database? For using the API there are many good examples in the MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/dasdkodbcoverview.asp[^] For SQL-Beginners this site could be helpful (I didn't have a deep look into it, just read the titles): http://www.w3schools.com/sql/default.asp[^] Hint: Search for SQL + tutorial on google. There are many other sites. -- karl
-
You know, this is quite the hardest way to interact with a database? For using the API there are many good examples in the MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/dasdkodbcoverview.asp[^] For SQL-Beginners this site could be helpful (I didn't have a deep look into it, just read the titles): http://www.w3schools.com/sql/default.asp[^] Hint: Search for SQL + tutorial on google. There are many other sites. -- karl
karl_w wrote: http://www.w3schools.com I'll recommend that one too - W3Schools looks like a great site for learning and quick reference alike, and not just for SQL. It is now added to my bookmarks. :) I just took each of their quick tests and got... HTML: 20/20 XHTML 17/20 CSS: 19/20 XML: 19/20 JavaScript: 20/20 ASP: 20/20 SQL: 20/20 ...so I guess I'll be spending my afternoon reading through the XHTML and XML sections. (I only got the CSS question wrong because I missread the question. Honest. *cough* )
David Wulff http://www.davidwulff.co.uk