Fix wrong FLOAT data type mapping between DB.TFieldType and TDBDatatypeIndex, in TAdoDBQuery.Execute. See http://www.heidisql.com/forum.php?t=21306

This commit is contained in:
Ansgar Becker
2016-05-23 18:55:26 +00:00
parent f0eb57d5bb
commit 23b2d8badd

View File

@@ -5525,7 +5525,7 @@ begin
ftVarBytes:
TypeIndex := dtVarbinary;
ftFloat:
TypeIndex := dtEnum;
TypeIndex := dtFloat;
ftDate:
TypeIndex := dtDate;
ftTime: