//***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
// //
// $Author: Ben Humphrey DigiBen@gametutorials.com //
// //
// $Program: Database //
// //
// $Description: Reading and writing to an SQL or Access database //
// //
//***********************************************************************//
#include "Database.h"
/////// * /////////// * /////////// * NEW * /////// * /////////// * /////////// *
//
// Before going over this file, check out Main.cpp to get the overview of the
// tutorial. This file has our definitions for our CMyDatabase class.
//
// The API we will be using to connect to our database is called ADO. This is