Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Does anyone have any tutorials on using SQL with C++..

Does anyone have any tutorials on using SQL with C++..

Scheduled Pinned Locked Moved Database
c++databasehelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    IrishSonic
    wrote on last edited by
    #1

    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.

    K 1 Reply Last reply
    0
    • I IrishSonic

      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.

      K Offline
      K Offline
      karl_w
      wrote on last edited by
      #2

      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

      D 1 Reply Last reply
      0
      • K karl_w

        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

        D Offline
        D Offline
        David Wulff
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups