当前位置: 首页 > 工具软件 > FreeTDS > 使用案例 >

My C++ Wrapper for FreeTDS

寿毅庵
2023-12-01

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.

 

 

 

 类似资料:

相关阅读

相关文章

相关问答