Author: DigiBen
Being able to interface with a database sure is handy. Massively multi-player online games (MMOG) are just but one small example of where being able to read and write to a database is essential. The database tutorial is an introduction of how to connect, read and write from an SQL or Access database.
Functions/Methods Used: CoInitialize(), CoUninitialize(), MessageBox(), ADODB::_ConnectionPtr::Open(), ADODB::_ConnectionPtr::CreateInstance(), ADODB::_ConnectionPtr::Close(), ADODB::FieldPtr::GetItem(),
ADODB::RecordSetPtr::MoveNext(), ADODB::RecordSetPtr::Close()