An open API service indexing awesome lists of open source software.

https://github.com/fawdlstty/ado_access

VS2013下 ado对象模型访问框架
https://github.com/fawdlstty/ado_access

Last synced: 29 days ago
JSON representation

VS2013下 ado对象模型访问框架

Awesome Lists containing this project

README

        

#ado_access

[![Build status](https://ci.appveyor.com/api/projects/status/om2boat60kq9xhad/branch/master?svg=true)](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

* 完成原型设计