...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//如果文件是utf-8编码存放,要注意sql语句编码和ocilib库版本的问题。
|
||||
//如果文件是utf-8编码存放,要注意sql语句编码和ocilib库版本的问题。
|
||||
#include <ocilib.hpp>
|
||||
#include <stdexcept>
|
||||
#include <QString>
|
||||
@@ -39,7 +39,7 @@ void ImportCarDealerAchievementToOracleCpp( const std::string &
|
||||
{
|
||||
Environment::Initialize();
|
||||
}
|
||||
catch ( exception & error )
|
||||
catch ( Exception & error )
|
||||
{
|
||||
string errorMessage = "ocilib初始化失败!";
|
||||
errorMessage.append( error.what() );
|
||||
@@ -98,7 +98,7 @@ void ImportCarDealerAchievementToOracleCpp( const std::string &
|
||||
pStmt->ExecutePrepared();
|
||||
}
|
||||
}
|
||||
catch ( exception & error )
|
||||
catch ( Exception & error )
|
||||
{
|
||||
string errorMessage = "语句执行失败!";
|
||||
errorMessage.append( error.what() );
|
||||
|
Reference in New Issue
Block a user