Fundamentals of |
About · FAQ ·Tell a Friend · Comments · Course Home Page · IT Learning Center |
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals. You need Windows and Visual C++ installed. The free online textbook for this course is Visual C++ 6 Unleashed . Read the Introduction to the book.
|
Lesson 20. ODBC Programming The Open Database Connectivity (ODBC) library is provided with Visual C++ to allow your applications to connect to a wide variety of different databases. It provides a common programming interface for accessing databases ranging from simple ASCII files to much more complex mainframe databases. ODBC uses Structured Query Language (SQL) to access all the data sources it supports, including data sources such as text files, which aren't traditionally accessed with SQL. Reading Assignments Read the following sections from your free online textbook:
Learning Activities
|
| Web design and curriculum: David L. Heiserman | Copyright © 2005 SweetHaven Publishing Services |