I need to get information from a MSSQL server from a MFC console app.
Do I need to use CDataBase and CRecordSet? how do they (if at all) tie up together.
I need to get a single field based on a "select [field] where [field] like '[var]' and [field] like '[var]'".
~Thanks
me
Do I need to use CDataBase and CRecordSet? how do they (if at all) tie up together.
I need to get a single field based on a "select [field] where [field] like '[var]' and [field] like '[var]'".
~Thanks
me