Code:
void CProject::Formalize( LPSTR szName )
This method (_strlwr() to be exact) converts all characters to lowercase except the first one. Remove the call to it in
Code:
void CDbManager::CreatePlayer(CQuery *qry, LPDB_OVERLAPPED_PLUS lpDbOverlappedPlus)
or change the switch/case code inside it.