Holds information about a data source. More...
#include <environment.h>
Public Attributes | |
std::string | f_description |
Holds the description of the server. | |
std::string | f_server |
Holds the name of the server. |
Holds information about a data source.
This structure holds the name of the server and its description.
Definition at line 42 of file environment.h.
Holds the description of the server.
This variable member holds the description of the server.
At this time, this looks like the name of the driver. (i.e. the name found between [ and ] in your odbcinst.ini file.)
Definition at line 44 of file environment.h.
Referenced by odbcpp::environment::get_data_source().
Holds the name of the server.
This variable member holds the name of the server which is the name written between [ and ] in your different odbc.ini files.
Definition at line 43 of file environment.h.
Referenced by odbcpp::environment::get_data_source().