https://github.com/fawdlstty/ado_access
VS2013下 ado对象模型访问框架
https://github.com/fawdlstty/ado_access
Last synced: 29 days ago
JSON representation
VS2013下 ado对象模型访问框架
- Host: GitHub
- URL: https://github.com/fawdlstty/ado_access
- Owner: fawdlstty
- License: mit
- Created: 2016-11-21T08:57:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T07:26:40.000Z (over 7 years ago)
- Last Synced: 2025-01-30T03:15:46.898Z (3 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#ado_access
[](https://ci.appveyor.com/api/projects/status/om2boat60kq9xhad/branch/master)
VS2013下 ado对象模型访问框架
##使用方法:
* Step 1:复制一份 TestModel.hpp ,作为自定义表的对象模型
* Step 2:修改对象模型,使其匹配数据库表
* Step 3:模仿 main.cpp ,实现逻辑操作##更新日志:
###2016-11-21 0.1.1
* 完成原型设计