secureswitools/swisistools/source/dbmanager/dblayer.cpp
changeset 33 8110bf1194d1
parent 25 98b66e4fb0be
child 50 c6e8afe0ba85
child 60 245df5276b97
--- a/secureswitools/swisistools/source/dbmanager/dblayer.cpp	Mon May 03 12:38:03 2010 +0300
+++ b/secureswitools/swisistools/source/dbmanager/dblayer.cpp	Fri May 14 15:58:48 2010 +0300
@@ -887,9 +887,7 @@
 
 		if(appPropertyIter->iIsStr8Bit)
 			{
-			std::string str = Util::wstring2string(appPropertyIter->iStrValue);
-			std::string decodedString = Util::Base64Decode(str);
-			stmtAppProperty->BindBinary(6, str);
+			stmtAppProperty->BindBinary(6, appPropertyIter->iStrValue);
 			}
 		else
 			{