
ADO
文章平均质量分 77
把大学没学完的学完
用代码淋漓尽致的展现自己的思路
展开
-
_RecordsetPtr的MoveFirst, MoveLast, MoveNext, 与 MovePrevious 方法
The MoveFirst Method MoveFirst方法This method is used to move to the first record in a Recordset object. It also make the first record the current record.Method方法的作用是:将记录指针移动到记录集中的第一条记录。它以第一条记录作原创 2014-04-01 21:10:12 · 2286 阅读 · 1 评论 -
关于_bstr_t和 _variant_t
先见源码:class _bstr_t {public: // Constructors // _bstr_t() throw(); _bstr_t(const _bstr_t& s) throw(); _bstr_t(const char* s) throw(_com_error); _bstr_t(const wchar_t* s) throw(_com_erro原创 2014-04-10 18:08:01 · 625 阅读 · 0 评论