#include "mmstools/mmsdbfreetds.h"
#include "mmstools/mmstools.h"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
string | errmsg (SQLRETURN rc, SQLSMALLINT htype, SQLHANDLE handle) |
Gets and creates a databases error message. |
Definition in file mmsdbfreetds.cpp.
string errmsg | ( | SQLRETURN | rc, | |
SQLSMALLINT | htype, | |||
SQLHANDLE | handle | |||
) |
Gets and creates a databases error message.
rc | return code of last called sql function | |
htype | type of handle for which diagnostics should be run | |
handle | database connection handle |
Definition at line 71 of file mmsdbfreetds.cpp.