Using SQL with C++

Go to class
Write Review

Free Online Course: Using SQL with C++ provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Using SQL with C++ is taught by Bill Weinman.

Overview
  • Learn how to leverage the power of the C++ language for use with SQL.

Syllabus
  • Introduction

    • Use SQL with C++
    • Using the exercise files
    • What do you need for this course?
    1. Common Interfaces
    • Setup for Xcode on a Mac
    • Setup for Visual Studio on Windows
    2. Basic Concepts
    • Hello World
    • Queries
    • Using a callback
    • Prepared statements
    • Challenge
    • Solution
    3. A CRUD Class
    • The essential four operations
    • SQL wrappers
    • Adding CRUD methods
    • Using the module
    • Challenge
    • Solution
    Conclusion
    • Thank you