mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 11:39:00 +02:00
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
|||||||
std::string toString() const
|
std::string toString() const
|
||||||
{
|
{
|
||||||
std::stringstream os;
|
std::stringstream os;
|
||||||
os << "ODBC Error: " << what() << std::endl
|
os << "ODBC Error: " << _error.toString() << std::endl
|
||||||
<< "===================" << std::endl
|
<< "===================" << std::endl
|
||||||
<< _error.toString() << std::endl ;
|
<< _error.toString() << std::endl ;
|
||||||
return os.str();
|
return os.str();
|
||||||
|
Reference in New Issue
Block a user