[patch_done] ADO - 7.0.0-dev (rev.812)
Posted: 14.09.2010, 14:53
This patch fixes handling of the Unicode string fields under D2010:
Code: Select all
Index: dbc/ZDbcAdoUtils.pas
===================================================================
--- dbc/ZDbcAdoUtils.pas (revision 812)
+++ dbc/ZDbcAdoUtils.pas (working copy)
@@ -286,6 +286,7 @@
{$ENDIF}
varStrArg: Result := adWChar;
varString: Result := adVarChar;
+ varUString: Result := adVarChar;
varAny: Result := adEmpty;
else
Result := adEmpty;