| 713 | } |
| 714 | |
| 715 | void ODBCStatement::RevertAppDescriptor(bool isApd) { |
| 716 | if (isApd) { |
| 717 | current_apd_ = built_in_apd_.get(); |
| 718 | } else { |
| 719 | current_ard_ = built_in_ard_.get(); |
| 720 | } |
| 721 | } |
| 722 | |
| 723 | void ODBCStatement::CloseCursor(bool suppress_errors) { |
| 724 | if (!suppress_errors && !current_result_) { |