#include "stdafx.h" #include #include namespace mssql { bool CancelOperation::TryInvokeOdbc() { if (!_statement) return false; return _statement->cancel(); } Local CancelOperation::CreateCompletionArg() { const nodeTypeFactory fact; return fact.null(); } }