Database
cppsql.asc
Associated article: An SQL Server Message-Handling Class
Tags: Database C/C++
_AN SQL SERVER MESSAGE-HANDLING CLASS_ by Mark Betz Listing One //************************************************************************ // DBMSG.H Class, data structure, and constant declarations for SQL // Server/DB Lib message handling -- by Mark Betz //************************************************************************ #ifndef DBMSG_H # define DBMSG_H # include <windows.h> # ...


