This artical introduce you my C++ wrapper for FreeTDS MSSqlServer interface.
With this wrapper you can easily connect/disconnect sqlserver database, and execute insert/delete/update/select/create table commands.
This wrapper is not thread-safe and not fully tested. Leave me your better suggestions will be a good help.
You are free to use it in any way, but the author name should always be there.
本文介绍了一个用于FreeTDS MSSql Server接口的C++封装类,该类简化了数据库连接、断开及执行SQL命令的过程。支持基本的CRUD操作,并提供错误处理功能。
1226

被折叠的 条评论
为什么被折叠?



