DestinyHer0o

Untitled

Aug 24th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. bool CCitiesTable::ConnectToDataSource()
  2. {
  3. //return oDataSource.Open(_T("SQLOLEDB.1"), &oDBPropSet);
  4. if (FAILED(oDataSource.Open(_T("SQLOLEDB.1"), &oDBPropSet)))
  5. {
  6. CloseRowSetSessionDataSouse(oSession, oDataSource);
  7. return FALSE;
  8. }
  9. if (FAILED(oSession.Open(oDataSource)))
  10. {
  11. CloseRowSetSessionDataSouse(oSession, oDataSource);
  12. return FALSE;
  13. }
  14. return TRUE;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment